Browse Source

接口报错

lizhen_gitee 5 months ago
parent
commit
2d850985b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/library/ExceptionHandle.php

+ 1 - 1
application/api/library/ExceptionHandle.php

@@ -41,7 +41,7 @@ class ExceptionHandle extends Handle
                     db('api_request_log')->where('id',API_REQUEST_ID)->update(['result'=>json_encode($result)]);
                 }
             }
-            $result['msg'] = '网络开小差了';
+//            $result['msg'] = '网络开小差了';
             return json($result, $statuscode);
         }