feat : wx login
This commit is contained in:
@@ -64,7 +64,7 @@ trait WxMiniTrait
|
|||||||
|
|
||||||
$contents = $tencentResponse->getBody()->getContents();
|
$contents = $tencentResponse->getBody()->getContents();
|
||||||
|
|
||||||
$this->log->info(__class__.':微信服务器返回token信息:', [$contents]);
|
$this->log->callbackLog(__class__.':微信服务器返回wx_login信息:'.json_encode($contents));
|
||||||
|
|
||||||
$res = json_decode($contents,true);
|
$res = json_decode($contents,true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user