完善套餐

This commit is contained in:
GoEdgeLab
2021-11-28 20:11:54 +08:00
parent 0492b62235
commit 2e9c2f3718
9 changed files with 1291 additions and 949 deletions

View File

@@ -40,6 +40,7 @@ message BuyUserPlanRequest{
string dayTo = 3;
string period = 4;
int32 countPeriod = 5;
string name = 6;
}
message BuyUserPlanResponse {
@@ -69,6 +70,7 @@ message UpdateUserPlanRequest {
int64 planId = 2;
string dayTo = 3;
bool isOn = 4;
string name = 5;
}
// 删除已购套餐