This commit is contained in:
aozhiwei 2019-08-21 21:04:04 +08:00
parent d0edfe6970
commit df841d09e2

View File

@ -134,7 +134,6 @@ class PayController {
));
die();
}
error_log(base64_decode($response));
$xmlobj = new \SimpleXMLElement(base64_decode($response));
if ($xmlobj->RespCode == '0000') {
$conn = $this->getMysql($_REQUEST['account_id']);