mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 05:16:34 +08:00
修改部分小数数字精度(float->double),增加用户服务状态API
This commit is contained in:
@@ -8,8 +8,8 @@ import "models/model_user.proto";
|
||||
message UserAccount {
|
||||
int64 id = 1;
|
||||
int64 userId = 2;
|
||||
float total = 3;
|
||||
float totalFrozen = 4;
|
||||
double total = 3;
|
||||
double totalFrozen = 4;
|
||||
|
||||
User user = 30;
|
||||
}
|
||||
Reference in New Issue
Block a user