feat : wx login

This commit is contained in:
2024-11-25 11:08:55 +08:00
parent e436864d1e
commit 8bb59f693e

View File

@@ -64,7 +64,7 @@ trait WxMiniTrait
$contents = $tencentResponse->getBody()->getContents();
$this->log->info(__class__.':微信服务器返回token信息:', [$contents]);
$this->log->callbackLog(__class__.':微信服务器返回wx_login信息:'.json_encode($contents));
$res = json_decode($contents,true);