Skip to content

Commit

Permalink
fix: 补充接口余量和完整接口分离需要修改的地方
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Oct 26, 2024
1 parent 4270317 commit 34a861e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions openapi/charge/interface.proto
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ message CreateMarginReq {
message CreateMarginResp {
bool done = 1;
string msg = 2;
string marginId = 3;
}

// 更新接口余量请求
Expand Down
1 change: 0 additions & 1 deletion openapi/core_api/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ message CreateFullInterfaceReq {
string userId = 2; // 面向用户id
charge.ChargeType chargeType = 3; // 收费模式
int64 price = 4; // 接口单价
int64 margin = 5; // 接口余量
}
// 更新完整接口请求(不包括余量)
message UpdateFullInterfaceReq {
Expand Down

0 comments on commit 34a861e

Please sign in to comment.