*
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -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, | ... | ... |
-
Please register or sign in to post a comment