Commit 608ad6b0 by 王召彬

添加错误码

parent 3927d121
......@@ -12,7 +12,7 @@ class StoreError
const E5102 = ['code'=>400, 'errCode'=>5102, 'msg'=>'手机号不正确'];
const E5201 = ['code'=>400, 'errCode'=>5201, 'msg'=>'店铺名称不能包含特殊符号'];
const E5202 = ['code'=>400, 'errCode'=>5202, 'msg'=>'xxxx'];
const E5202 = ['code'=>400, 'errCode'=>5202, 'msg'=>'短信发送失败:'];
const E5203 = ['code'=>400, 'errCode'=>5203, 'msg'=>'xxxx'];
const E5204 = ['code'=>400, 'errCode'=>5204, 'msg'=>'xxxx'];
const E5205 = ['code'=>400, 'errCode'=>5205, '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