|
|
@@ -21,6 +21,8 @@ return [
|
|
|
'1019'=> 'No data processing',
|
|
|
'1020'=> 'Processed successfully',
|
|
|
'1021'=> 'Processing failed',
|
|
|
+ '1022'=> 'Timeout parameter not set',
|
|
|
+ '1023'=> 'Cancellation time parameter is not set',
|
|
|
|
|
|
// 文件上传
|
|
|
'1051'=> 'File upload failed',
|
|
|
@@ -52,4 +54,22 @@ return [
|
|
|
'2203'=> 'TRX wallet address private key parameter error',
|
|
|
'2204'=> 'ERC wallet address private key parameter error',
|
|
|
'2205'=> 'Transfer quantity cannot be zero',
|
|
|
+ '2206'=> 'Tron interface address is not configured',
|
|
|
+ '2207'=> 'Failed to obtain usdt-trx2.0 deposit record',
|
|
|
+
|
|
|
+ // 交易
|
|
|
+ '3001'=> 'Transaction not open',
|
|
|
+ '3002'=> 'Transaction price is not set',
|
|
|
+ '3003'=> 'The number or amount of transactions must be within the specified range',
|
|
|
+ '3004'=> 'No suitable business found, please try again later or contact customer service',
|
|
|
+ '3005'=> 'The number of unprocessed orders exceeds: num, which needs to be processed before continuing the transaction',
|
|
|
+ '3006'=> 'Successful purchase',
|
|
|
+ '3007'=> 'Successful sale',
|
|
|
+ '3008'=> 'Successful purchase of advertisements',
|
|
|
+ '3009'=> 'Advertisement sold successfully',
|
|
|
+ '3010'=> 'The payment method information is wrong, please check or set it first',
|
|
|
+ '3011'=> 'The account balance is insufficient and cannot be sold',
|
|
|
+ '3012'=> 'Failed to submit the sale',
|
|
|
+ '3013'=> 'Transaction account processing failed',
|
|
|
+ '3014'=> 'Transaction account details processing failed',
|
|
|
];
|