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