From d8ae7edb3b2169356e2fdd7c8c7804c1e2378b05 Mon Sep 17 00:00:00 2001 From: lzh <1625167628@qq.com> Date: Sun, 15 Jun 2025 16:00:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pb/bundle.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pb/bundle.proto b/pb/bundle.proto index dd2e0ae..12a2f95 100644 --- a/pb/bundle.proto +++ b/pb/bundle.proto @@ -53,7 +53,7 @@ service Bundle { rpc GetBundleBalanceList(GetBundleBalanceListReq) returns (GetBundleBalanceListResp) {} // 余量信息 rpc GetBundleBalanceByUserId(GetBundleBalanceByUserIdReq) returns (GetBundleBalanceByUserIdResp) {} // 余量信息 rpc CreateBundleBalance(CreateBundleBalanceReq) returns (CreateBundleBalanceResp) {} // 创建新的余量信息 - rpc AddBundleBalance(AddBundleBalanceReq) returns (AddBundleBalanceResp) {} // 创建新的余量信息 + rpc AddBundleBalance(AddBundleBalanceReq) returns (AddBundleBalanceResp) {} // 修改余量信息 // 使用记录 rpc GetUsedRecordList(GetUsedRecordListReq) returns (GetUsedRecordListResp) {} // 获取套餐使用记录列表