浏览代码

fix error

fly 4 年之前
父节点
当前提交
8a5c77c169
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/error.php

+ 1 - 0
config/error.php

@@ -2,6 +2,7 @@
 
 
 return [
 return [
 
 
+        'SIGN_ERROR'=>['code'=>10005,'msg'=>'签名有误'],
 
 
         'NOT_EXIST'=>['code'=>1001,'msg'=>'记录不存在'],
         'NOT_EXIST'=>['code'=>1001,'msg'=>'记录不存在'],
         'PARAM_EMPTY'=>['code'=>1002,'msg'=>'参数不能为空'],
         'PARAM_EMPTY'=>['code'=>1002,'msg'=>'参数不能为空'],