This commit is contained in:
aozhiwei 2019-08-21 15:26:41 +08:00
parent 3223793a59
commit 469f152906

View File

@ -135,7 +135,7 @@ class PayController {
echo json_encode(array( echo json_encode(array(
'errcode' => 0, 'errcode' => 0,
'errmsg' => '', 'errmsg' => '',
'pay_str' => $xmlobj->PayStr 'pay_str' => (string)$xmlobj->PayStr
)); ));
die(); die();
} else { } else {