|
@@ -59,6 +59,11 @@ return [
|
|
|
'2023'=> 'Failed to modify and update the transaction password',
|
|
|
'2024'=> 'Successfully modified and updated login password',
|
|
|
'2025'=> 'Failed to modify and update login password',
|
|
|
+ '2026'=> 'SMS verification code invalid',
|
|
|
+ '2027'=> 'The email verification code has expired',
|
|
|
+ '2028'=> 'The validity period must be after today',
|
|
|
+ '2029'=> 'If the user is fully registered or not authenticated, please download the app first and log in for verification',
|
|
|
+ '2030'=> 'The password format is incorrect and must be signed with 8-30 digits of numbers and letters',
|
|
|
|
|
|
// 语言设置
|
|
|
'2101'=> 'Language parameter error',
|
|
@@ -86,6 +91,21 @@ return [
|
|
|
'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',
|
|
|
+ '2221'=> 'No wallets that meet the collection criteria need to be collected',
|
|
|
+ '2222'=> 'There are {:num} sub wallets that have been transferred to the processing fee due to insufficient processing fees. Please try to collect them again after receiving them later',
|
|
|
+ '2223'=> 'Total wallet balance TRX insufficient',
|
|
|
+ '2224'=> 'Processing failed, cumulative number of failures is {:num}',
|
|
|
+ '2225'=> 'Successfully processed, with a cumulative success count of {:success}, a failure count of {:failure}, and a retry count of {:retry}',
|
|
|
+ '2226'=> 'ERC interface address not configured',
|
|
|
+ '2227'=> 'ERC interface key not configured',
|
|
|
+ '2228'=> 'ERC public chain address not configured',
|
|
|
+ '2229'=> 'ERC transfer failed',
|
|
|
+ '2230'=> 'USDT-ERC20 transfer failed',
|
|
|
+ '2231'=> 'Withdrawal user account is abnormal or frozen, unable to operate',
|
|
|
+ '2232'=> 'Please select the review status',
|
|
|
+ '2233'=> "The remaining {:num} in the platform's checkout wallet TRX is not enough to deduct handling fees",
|
|
|
+ '2234'=> 'Audit status not changed',
|
|
|
+ '2235'=> 'Missing USDT wallet address parameter',
|
|
|
|
|
|
// 交易
|
|
|
'3001'=> 'Transaction not open',
|
|
@@ -133,12 +153,43 @@ return [
|
|
|
'3042'=> 'Re order failed',
|
|
|
'3043'=> 'Automatic order cancellation processing failed',
|
|
|
'3044'=> 'Order automatic cancellation processing succeeded',
|
|
|
+ '3045'=> "Due to insufficient balance or handling fees in the payment wallet for external orders, the payment confirmation failed due to currency failure. Please contact customer service to verify the payment account for processing",
|
|
|
+ '3046'=> "The confirmation of payment for external orders failed due to currency issuance failure. Please contact customer service for processing",
|
|
|
+ '3047'=> "The balance of the dispatch user's account is insufficient and will be deducted again. Please contact the user to recharge before processing",
|
|
|
+ '3048'=> "The trader's account is abnormal and unable to trade. Please contact customer service for verification and processing",
|
|
|
|
|
|
'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',
|
|
|
+ '4003'=> 'This advertisement is for purchase and you can only sell it to the other party',
|
|
|
+ '4004'=> 'This advertisement is for sale and you can only purchase from the other party',
|
|
|
+ '4005'=> 'Exceeding the single transaction limit of the advertisement {:min}~{:max} CNY',
|
|
|
+ '4006'=> 'The merchant has been offline and is temporarily unavailable for trading',
|
|
|
+ '4007'=> 'This advertisement has expired and is temporarily unavailable for trading',
|
|
|
+ '4008'=> 'Cannot trade with oneself',
|
|
|
+ '4009'=> '超出交易员账户USDT可交易余额',
|
|
|
+ '4010'=> '超出您的账户USDT可卖出余额',
|
|
|
|
|
|
'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',
|
|
|
+ '5005'=> 'Successfully reviewed the withdrawal of currency',
|
|
|
+
|
|
|
+ // 接口
|
|
|
+ '6001'=> 'Missing interface key parameter',
|
|
|
+ '6002'=> 'Interface key parameter error',
|
|
|
+ '6003'=> 'The interface key has expired',
|
|
|
+ '6004'=> 'The user type of this platform is currently not authorized for activation',
|
|
|
+ '6005'=> '当前平台授权接口参数错误,请确认是否已过期',
|
|
|
+ '6006'=> '缺少交易订单号参数',
|
|
|
+ '6007'=> '缺少交易回调地址',
|
|
|
+ '6008'=> '缺少USDT交易HASH单号',
|
|
|
+ '6009'=> '缺少用户收款方式参数',
|
|
|
+ '6010'=> '当前用户授权密钥与传入的不一致',
|
|
|
+ '6011'=> '接口平台参数错误,处理失败',
|
|
|
+ '6012'=> '授权登录失败,请刷新或返回重试',
|
|
|
+ '6013'=> '修改账号成功',
|
|
|
+ '6014'=> '修改账号失败',
|
|
|
+
|
|
|
+ 'Transfer Fail'=>'转账交易失败,可能是余额不足或手续费不足',
|
|
|
];
|