支持购买套餐/续费套餐/用户账户操作等

This commit is contained in:
GoEdgeLab
2021-11-08 20:52:21 +08:00
parent 5cbb3b0691
commit a938c4ef57
16 changed files with 3379 additions and 163 deletions

View File

@@ -0,0 +1,12 @@
syntax = "proto3";
option go_package = "./pb";
package pb;
message UserAccountDailyStat {
int64 id = 1;
string day = 2;
string month = 3;
float income = 4;
float expense = 5;
}