From a34d344110c780b12b54758140efad61f15804ca Mon Sep 17 00:00:00 2001 From: xuanchen <122383162@qq.com> Date: Wed, 26 May 2021 17:14:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9http?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Action/Init.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Action/Init.php b/src/Action/Init.php index 511fb9d..5e77792 100644 --- a/src/Action/Init.php +++ b/src/Action/Init.php @@ -315,11 +315,15 @@ class Init parse_str($content, $data); + $this->data = $data; + if ($data['transRet'] != 'SUCCESS') { $this->code = false; $this->message = $data['resultDis']; } + $this->code = true; + } else { $this->code = false; $this->message = '接口错误 Post';