mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-10 10:10:27 +08:00
增加修改服务所在分组API/proto文件增加若干注释
This commit is contained in:
@@ -6,7 +6,7 @@ package pb;
|
||||
import "models/rpc_messages.proto";
|
||||
import "models/model_user_plan.proto";
|
||||
|
||||
// 用户购买的套餐
|
||||
// 用户购买的套餐管理服务
|
||||
service UserPlanService {
|
||||
// 购买套餐
|
||||
rpc buyUserPlan(BuyUserPlanRequest) returns (BuyUserPlanResponse);
|
||||
|
||||
Reference in New Issue
Block a user