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