pay debug

feat/task1-c-wallet
devil_gong 2019-01-08 14:31:16 +08:00
parent 9a0eb17517
commit 8c4bf3491d
1 changed files with 4 additions and 0 deletions

View File

@ -284,6 +284,10 @@ class Alipay
//放入数组中
$para_text[$key] = $value;
}
if(empty($para_text['res_data']))
{
return DataReturn('支付宝异常错误', -1);
}
$req = Xml_Array($para_text['res_data']);
if(empty($req['request_token']))