Skip to content

Commit 9e56050

Browse files
authored
add username to BuyAIModelReqPackageRequest (#57)
1 parent 4065bb5 commit 9e56050

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

protos/platform_management/wallet_server.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,9 @@ message GetAIModelsCostPerReqResponse {
113113

114114
message BuyAIModelReqPackageRequest {
115115
uint32 user_id = 1;
116-
string ai_model_name = 2;
117-
uint64 req_count = 3;
116+
string username = 2;
117+
string ai_model_name = 3;
118+
uint64 req_count = 4;
118119
}
119120

120121
message BuyAIModelReqPackageResponse { // empty message

0 commit comments

Comments
 (0)