Переглянути джерело

Weenier 168otc项目部署 0630

wesmiler 3 роки тому
батько
коміт
fddec87e07
2 змінених файлів з 38 додано та 0 видалено
  1. 20 0
      resources/lang/en/api.php
  2. 18 0
      resources/lang/zh-cn/api.php

+ 20 - 0
resources/lang/en/api.php

@@ -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',
 ];

+ 18 - 0
resources/lang/zh-cn/api.php

@@ -21,6 +21,8 @@ return [
     '1019'=> '没有数据处理',
     '1020'=> '处理成功',
     '1021'=> '处理失败',
+    '1022'=> '超时参数未设置',
+    '1023'=> '取消时间参数未设置',
 
     // 文件上传
     '1051'=> '文件上传失败',
@@ -55,4 +57,20 @@ return [
     '2206'=> 'TRON接口地址未配置',
     '2207'=> '获取USDT-TRX2.0存币记录失败',
 
+    // 交易
+    '3001'=> '交易未开放',
+    '3002'=> '交易价格未设置',
+    '3003'=> '交易数量或金额须在规定范围',
+    '3004'=> '未找到合适的商家,请稍后再试或联系客服',
+    '3005'=> '未处理订单数超过:num个,需先处理才可继续交易',
+    '3006'=> '买入成功',
+    '3007'=> '出售成功',
+    '3008'=> '广告买入成功',
+    '3009'=> '广告出售成功',
+    '3010'=> '收款方式信息错误,请先核对或设置',
+    '3011'=> '账户余额不足,无法交易',
+    '3012'=> '出售提交失败',
+    '3013'=> '交易账户处理失败',
+    '3014'=> '交易账户明细处理失败',
+
 ];