From 34a861e2fe560e6c5f8d18aa7bbe49d06676cde7 Mon Sep 17 00:00:00 2001 From: univero <1449610641@qq.com> Date: Sat, 26 Oct 2024 13:54:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=85=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E4=BD=99=E9=87=8F=E5=92=8C=E5=AE=8C=E6=95=B4=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=88=86=E7=A6=BB=E9=9C=80=E8=A6=81=E4=BF=AE=E6=94=B9=E7=9A=84?= =?UTF-8?q?=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openapi/charge/interface.proto | 1 + openapi/core_api/common.proto | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/charge/interface.proto b/openapi/charge/interface.proto index af80768..43e866b 100644 --- a/openapi/charge/interface.proto +++ b/openapi/charge/interface.proto @@ -117,6 +117,7 @@ message CreateMarginReq { message CreateMarginResp { bool done = 1; string msg = 2; + string marginId = 3; } // 更新接口余量请求 diff --git a/openapi/core_api/common.proto b/openapi/core_api/common.proto index 5fb5290..6a63ca2 100644 --- a/openapi/core_api/common.proto +++ b/openapi/core_api/common.proto @@ -151,7 +151,6 @@ message CreateFullInterfaceReq { string userId = 2; // 面向用户id charge.ChargeType chargeType = 3; // 收费模式 int64 price = 4; // 接口单价 - int64 margin = 5; // 接口余量 } // 更新完整接口请求(不包括余量) message UpdateFullInterfaceReq {