Ver código fonte

参数错误

fang 1 ano atrás
pai
commit
6d47480c49
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      app/common/controller/InternalApiController.php

+ 1 - 0
app/common/controller/InternalApiController.php

@@ -17,6 +17,7 @@ class InternalApiController extends BaseLikeAdminController
     public array $notNeedLogin = ['changeAppointment','confirmServiceFinish','paymentSuccessful','cancelOrder'];
     public array $notNeedLogin = ['changeAppointment','confirmServiceFinish','paymentSuccessful','cancelOrder'];
 
 
     private function checkSign(){
     private function checkSign(){
+        $this->fail('参数错误');
         $params = $this->request->param();
         $params = $this->request->param();
         // 验证IP
         // 验证IP
         Log::info('内部请求参数'.json_encode($params));
         Log::info('内部请求参数'.json_encode($params));