|
|
@@ -24,6 +24,8 @@ return [
|
|
|
'1022'=> 'Timeout parameter not set',
|
|
|
'1023'=> 'Cancellation time parameter is not set',
|
|
|
'1024'=> 'Account number error',
|
|
|
+ '1025'=> 'Call frequently',
|
|
|
+ '1026'=> 'Data does not exist',
|
|
|
|
|
|
// 文件上传
|
|
|
'1051'=> 'File upload failed',
|
|
|
@@ -46,6 +48,15 @@ return [
|
|
|
'2014'=> 'Please complete identity authentication before trading',
|
|
|
'2015'=> 'Please set the transaction password before trading',
|
|
|
'2016'=> 'Incorrect transaction password',
|
|
|
+ '2017'=> 'You have not bound Google verification code',
|
|
|
+ '2018'=> 'Google verification code error',
|
|
|
+ '2019'=> 'You cannot withdraw money within {:time} hours after the Google verification code is updated',
|
|
|
+ '2020'=> 'Account number modified successfully',
|
|
|
+ '2021'=> 'Failed to modify account number',
|
|
|
+ '2022'=> 'Successfully modified and updated the transaction password',
|
|
|
+ '2023'=> 'Failed to modify and update the transaction password',
|
|
|
+ '2024'=> 'Successfully modified and updated login password',
|
|
|
+ '2025'=> 'Failed to modify and update login password',
|
|
|
|
|
|
// 语言设置
|
|
|
'2101'=> 'Language parameter error',
|
|
|
@@ -61,6 +72,18 @@ return [
|
|
|
'2206'=> 'Tron interface address is not configured',
|
|
|
'2207'=> 'Failed to obtain usdt-trx2.0 deposit record',
|
|
|
'2208'=> 'Wallet address already exists',
|
|
|
+ '2209'=> 'Contract type error',
|
|
|
+ '2210'=> 'The platform billing wallet address is not configured',
|
|
|
+ '2211'=> 'Platform collection wallet address is not configured',
|
|
|
+ '2212'=> 'The account usdt balance is insufficient, please make sure it is enough to deduct the handling charges',
|
|
|
+ '2213'=> 'Failed to withdraw currency',
|
|
|
+ '2214'=> 'Failed to withdraw money and deduct money',
|
|
|
+ '2215'=> 'Failed to process currency withdrawal details',
|
|
|
+ '2216'=> 'Submitted successfully',
|
|
|
+ '2217'=> 'Platform TRC wallet address is not configured',
|
|
|
+ '2218'=> 'The platform ERC wallet address is not configured',
|
|
|
+ '2219'=> 'The usdt balance of TRC wallet on the platform is insufficient',
|
|
|
+ '2220'=> 'The usdt balance of the platform ERC wallet is insufficient',
|
|
|
|
|
|
// 交易
|
|
|
'3001'=> 'Transaction not open',
|
|
|
@@ -88,4 +111,32 @@ return [
|
|
|
'3023'=> 'Transaction order processing failed',
|
|
|
'3024'=> 'The transaction you purchase does not require collection',
|
|
|
'3025'=> 'No payment is required for the transaction you purchased',
|
|
|
+
|
|
|
+ '3026'=> 'This order has not been paid. Please contact customer service for further processing',
|
|
|
+ '3027'=> 'This order has been paid and cannot be cancelled. Please contact customer service for handling',
|
|
|
+ '3028'=> 'This order has been completed and cannot be cancelled',
|
|
|
+ '3029'=> 'The order status is inoperable, please contact customer service for handling',
|
|
|
+ '3030'=> 'This order has timed out, please contact customer service',
|
|
|
+ '3031'=> 'Order notification processing failed',
|
|
|
+ '3032'=> 'Abnormal order application processing succeeded',
|
|
|
+ '3033'=> 'Abnormal order processing succeeded',
|
|
|
+ '3034'=> 'Order cancelled successfully',
|
|
|
+ '3035'=> 'The order sending user cannot be the same as the original one',
|
|
|
+ '3036'=> 'The order sending user account is abnormal or has been frozen and cannot be operated',
|
|
|
+ '3037'=> 'The usdt balance of the order sending user is insufficient',
|
|
|
+ '3038'=> 'The order sending user has been offline',
|
|
|
+ '3039'=> 'The current status of this order cannot be redistributed',
|
|
|
+ '3040'=> 'The order sending user has not set an effective collection method',
|
|
|
+ '3041'=> 'Re order successfully',
|
|
|
+ '3042'=> 'Re order failed',
|
|
|
+ '3043'=> 'Automatic order cancellation processing failed',
|
|
|
+ '3044'=> 'Order automatic cancellation processing succeeded',
|
|
|
+
|
|
|
+ '4001'=> 'The advertisement does not exist or has been removed from the shelves',
|
|
|
+ '4002'=> 'The advertisement does not exist or has been removed from the shelves',
|
|
|
+
|
|
|
+ '5001'=> 'The currency withdrawal order status is not operable',
|
|
|
+ '5002'=> 'Failed to approve currency withdrawal',
|
|
|
+ '5003'=> 'Failed to handle the withdrawal and return usdt',
|
|
|
+ '5004'=> 'Exceeding the limit of single withdrawal',
|
|
|
];
|