v2: asset id type ( str -> int )
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
+1
-1
@@ -492,7 +492,7 @@ message LockAssetReq {
|
||||
|
||||
message AssetDiscountReq {
|
||||
string code = 1;
|
||||
string asset_id = 2;
|
||||
int64 asset_id = 2;
|
||||
optional double amount = 3; // calculate discount amount
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user