参数
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -173,6 +173,9 @@ class BaseController extends Controller | ... | @@ -173,6 +173,9 @@ class BaseController extends Controller |
| 173 | } | 173 | } |
| 174 | } | 174 | } |
| 175 | 175 | ||
| 176 | echo $params; | ||
| 177 | exit(); | ||
| 178 | |||
| 176 | Log::channel('api')->info(__METHOD__.':签名参数', [ | 179 | Log::channel('api')->info(__METHOD__.':签名参数', [ |
| 177 | 'appSecret'=>$this->appSecret, | 180 | 'appSecret'=>$this->appSecret, |
| 178 | '$params'=>$params, | 181 | '$params'=>$params, | ... | ... |
-
Please register or sign in to post a comment