mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-28 05:16:39 +08:00
修改部分小数数字精度(float->double),增加用户服务状态API
This commit is contained in:
@@ -61,7 +61,7 @@ message FindEnabledUserAccountResponse {
|
||||
// 修改用户账户
|
||||
message UpdateUserAccountRequest {
|
||||
int64 userAccountId = 1;
|
||||
float delta = 2;
|
||||
double delta = 2;
|
||||
string eventType = 3;
|
||||
string description = 4;
|
||||
bytes paramsJSON = 5;
|
||||
|
||||
Reference in New Issue
Block a user