mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 04:10:55 +08:00
修改部分小数数字精度(float->double),增加用户服务状态API
This commit is contained in:
@@ -10,10 +10,10 @@ message UserAccountLog {
|
||||
int64 id = 1;
|
||||
int64 userId = 2;
|
||||
int64 userAccountId = 3;
|
||||
float delta = 4;
|
||||
float deltaFrozen = 5;
|
||||
float total = 6;
|
||||
float totalFrozen = 7;
|
||||
double delta = 4;
|
||||
double deltaFrozen = 5;
|
||||
double total = 6;
|
||||
double totalFrozen = 7;
|
||||
string eventType = 8;
|
||||
string description = 9;
|
||||
int64 createdAt = 10;
|
||||
|
||||
Reference in New Issue
Block a user