Merge branch 'release' of gitlab.hikoon.com:zhaocong/musician-api.hikoon.com
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -174,6 +174,8 @@ class BaseController extends Controller | ... | @@ -174,6 +174,8 @@ class BaseController extends Controller |
| 174 | } | 174 | } |
| 175 | } | 175 | } |
| 176 | 176 | ||
| 177 | file_put_contents('1.log', $params); | ||
| 178 | |||
| 177 | Log::channel('api')->info(__METHOD__.':签名参数', [ | 179 | Log::channel('api')->info(__METHOD__.':签名参数', [ |
| 178 | 'common_params'=>$common_params, | 180 | 'common_params'=>$common_params, |
| 179 | 'appSecret'=>$this->appSecret, | 181 | 'appSecret'=>$this->appSecret, | ... | ... |
-
Please register or sign in to post a comment