From 7a7e80245b841abcc5b9b7e9bce96dec08b51c84 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 21 Aug 2019 15:36:57 +0800 Subject: [PATCH] 1 --- webapp/controller/PayController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/controller/PayController.class.php b/webapp/controller/PayController.class.php index 4d0db00..a81f8bf 100644 --- a/webapp/controller/PayController.class.php +++ b/webapp/controller/PayController.class.php @@ -135,6 +135,7 @@ class PayController { echo json_encode(array( 'errcode' => 0, 'errmsg' => '', + 'orderid' => $orderid, 'pay_str' => (string)$xmlobj->PayStr )); die();