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';