Browse Source

Weenier 168otc项目部署 0630

wesmiler 3 năm trước cách đây
mục cha
commit
31b82efe76

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

@@ -18,6 +18,9 @@ return [
     '1016'=> 'Email verification code sent successfully',
     '1016'=> 'Email verification code sent successfully',
     '1017'=> 'Verification code error',
     '1017'=> 'Verification code error',
     '1018'=> 'Address parameter error',
     '1018'=> 'Address parameter error',
+    '1019'=> 'No data processing',
+    '1020'=> 'Processed successfully',
+    '1021'=> 'Processing failed',
 
 
     // 文件上传
     // 文件上传
     '1051'=> 'File upload failed',
     '1051'=> 'File upload failed',

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

@@ -18,6 +18,9 @@ return [
     '1016'=> '邮箱验证码发送成功',
     '1016'=> '邮箱验证码发送成功',
     '1017'=> '验证码错误',
     '1017'=> '验证码错误',
     '1018'=> '地址参数错误',
     '1018'=> '地址参数错误',
+    '1019'=> '没有数据处理',
+    '1020'=> '处理成功',
+    '1021'=> '处理失败',
 
 
     // 文件上传
     // 文件上传
     '1051'=> '文件上传失败',
     '1051'=> '文件上传失败',