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