mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 21:45:47 +08:00
debug
This commit is contained in:
@ -210,6 +210,7 @@ class AlipayLife
|
||||
$status = false;
|
||||
if($this->OutRsaVerify($this->ArrayToUrlString($this->params), $this->params['sign']))
|
||||
{
|
||||
$userinfo = empty($this->xml_data['UserInfo']) ? '' : json_decode($this->xml_data['UserInfo'], true);
|
||||
$data = [
|
||||
'appid' => $this->xml_data['AppId'],
|
||||
'alipay_open_id' => $this->xml_data['FromAlipayUserId'],
|
||||
|
||||
Reference in New Issue
Block a user