mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-01 03:18:33 +08:00
message
This commit is contained in:
parent
551cb5ac93
commit
115e6b7464
@ -168,9 +168,9 @@ class AlipayLife
|
||||
{
|
||||
if($status === true)
|
||||
{
|
||||
$response_xml = '<success>true</success><biz_content>'.$this->life_data['rsa_public'].'</biz_content>';
|
||||
$response_xml = '<biz_content>'.$this->life_data['rsa_public'].'</biz_content><success>true</success>';
|
||||
} else {
|
||||
$response_xml = '<success>false</success><error_code>VERIFY_FAILED</error_code><biz_content>'.$this->life_data['rsa_public'].'</biz_content>';
|
||||
$response_xml = '<error_code>VERIFY_FAILED</error_code><biz_content>'.$this->life_data['rsa_public'].'</biz_content><success>false</success>';
|
||||
}
|
||||
$return_xml = '<?xml version="1.0" encoding="GBK"?>
|
||||
<alipay>
|
||||
|
Loading…
Reference in New Issue
Block a user