Browse Source

Wesmiler OTC 提交更新 0729

APPLE 3 years ago
parent
commit
8f6f5aec33
2 changed files with 10 additions and 0 deletions
  1. 2 0
      resources/lang/en/api.php
  2. 8 0
      resources/lang/zh-cn/api.php

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

@@ -26,6 +26,8 @@ return [
     '1024'=> 'Account number error',
     '1025'=> 'Call frequently',
     '1026'=> 'Data does not exist',
+    '1027'=> 'The password format is incorrect. It must be more than 8 digits and contain numbers, letters and special symbols',
+    '1028'=> 'Request frequency limit exceeded, please try again later',
 
     // 文件上传
     '1051'=> 'File upload failed',

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

@@ -26,6 +26,8 @@ return [
     '1024'=> '账号错误',
     '1025'=> '频繁调用',
     '1026'=> '数据不存在',
+    '1027'=> '密码格式不正确,必须为8位以上且含有数字字母和特殊符号',
+    '1028'=> '超出5次每秒请求频率限制,请稍后重试',
 
     // 文件上传
     '1051'=> '文件上传失败',
@@ -157,6 +159,12 @@ return [
     '5004'=> '超出提币单笔限额',
     '5005'=> '提币审核成功',
 
+    // 接口
+    '6001'=> '缺少接口密钥参数',
+    '6002'=> '接口密钥参数错误',
+    '6003'=> '接口密钥已过期',
+    '6004'=> '该平台用户类型暂未授权开通',
+
     'Transfer Fail'=>'转账交易失败,可能是余额不足或手续费不足',
 
 ];