소스 검색

fix error

fly 4 년 전
부모
커밋
8a5c77c169
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/error.php

+ 1 - 0
config/error.php

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