This commit is contained in:
aozhiwei 2019-08-21 15:36:57 +08:00
parent 469f152906
commit 7a7e80245b

View File

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