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:
@@ -34,7 +34,7 @@ service UserOrderService {
|
||||
message CreateUserOrderRequest {
|
||||
string type = 1;
|
||||
string orderMethodCode = 2;
|
||||
float amount = 3;
|
||||
double amount = 3;
|
||||
bytes paramsJSON = 4;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user