支付协议修改
This commit is contained in:
Vendored
+9
-1
@@ -1806,6 +1806,9 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
|
||||
/** CSCreateOrderRes ExpireUnix */
|
||||
ExpireUnix?: (number|Long|null);
|
||||
|
||||
/** CSCreateOrderRes payType */
|
||||
payType?: (number|null);
|
||||
}
|
||||
|
||||
/** Represents a CSCreateOrderRes. */
|
||||
@@ -1838,6 +1841,9 @@ Expire: number;
|
||||
/** CSCreateOrderRes ExpireUnix. */
|
||||
ExpireUnix: (number|Long);
|
||||
|
||||
/** CSCreateOrderRes payType. */
|
||||
payType: number;
|
||||
|
||||
/**
|
||||
* Creates a new CSCreateOrderRes instance using the specified properties.
|
||||
* @param [properties] Properties to set
|
||||
@@ -5880,7 +5886,9 @@ static getTypeUrl(typeUrlPrefix?: string): string;
|
||||
RMGOrder_MaxQuery = 5013,
|
||||
RMGOrder_NotFound = 5014,
|
||||
TokenExpire = 5015,
|
||||
TokenInvalid = 5016
|
||||
TokenInvalid = 5016,
|
||||
Web3Order_NotFound = 5017,
|
||||
Web3Order_Timeout = 5018
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user