支付协议修改

This commit is contained in:
chen wei bo
2025-09-18 17:12:20 +08:00
parent c0fc7c838a
commit 3325b28769
7 changed files with 55 additions and 2 deletions
+9 -1
View File
@@ -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
}
}