Commit df0861b9 by 王召彬

添加错误码

parent 2186c4ea
...@@ -15,7 +15,7 @@ class StoreError ...@@ -15,7 +15,7 @@ class StoreError
const E5202 = ['code'=>400, 'errCode'=>5202, 'msg'=>'短信发送失败:']; const E5202 = ['code'=>400, 'errCode'=>5202, 'msg'=>'短信发送失败:'];
const E5203 = ['code'=>400, 'errCode'=>5203, 'msg'=>'验证码不正确']; const E5203 = ['code'=>400, 'errCode'=>5203, 'msg'=>'验证码不正确'];
const E5204 = ['code'=>400, 'errCode'=>5204, 'msg'=>'该手机号已注册过店铺']; const E5204 = ['code'=>400, 'errCode'=>5204, 'msg'=>'该手机号已注册过店铺'];
const E5205 = ['code'=>400, 'errCode'=>5205, 'msg'=>'xxxx']; const E5205 = ['code'=>400, 'errCode'=>5205, 'msg'=>'查询不到该店铺的认证信息'];
const E5206 = ['code'=>400, 'errCode'=>5206, 'msg'=>'xxxx']; const E5206 = ['code'=>400, 'errCode'=>5206, 'msg'=>'xxxx'];
const E5207 = ['code'=>400, 'errCode'=>5207, 'msg'=>'xxxx']; const E5207 = ['code'=>400, 'errCode'=>5207, 'msg'=>'xxxx'];
const E5208 = ['code'=>400, 'errCode'=>5208, 'msg'=>'xxxx']; const E5208 = ['code'=>400, 'errCode'=>5208, 'msg'=>'xxxx'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment