Commit c09eb44f c09eb44ffeb2c7a847a0e61fefbb9f17e23bf2a8 by lemon

*

1 parent 470bb5c4
...@@ -174,6 +174,9 @@ class BaseController extends Controller ...@@ -174,6 +174,9 @@ class BaseController extends Controller
174 } 174 }
175 } 175 }
176 176
177
178 file_put_contents('1.log', $params."\r\n", FILE_APPEND);
179
177 Log::channel('api')->info(__METHOD__.':签名参数', [ 180 Log::channel('api')->info(__METHOD__.':签名参数', [
178 'common_params'=>$common_params, 181 'common_params'=>$common_params,
179 'appSecret'=>$this->appSecret, 182 'appSecret'=>$this->appSecret,
......