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();