This commit is contained in:
weiz 2023-11-07 10:52:20 +08:00
parent 1e71bef071
commit 2c811f0597
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ class VerifySignMiddleware
// if($checkSign['code'] == 0){ // if($checkSign['code'] == 0){
// return JsonService::fail($checkSign['msg'],[],0); // return JsonService::fail($checkSign['msg'],[],0);
// } // }
// return $next($request); return $next($request);
} }
} }