修改http

This commit is contained in:
2021-05-26 17:14:36 +08:00
parent a60851f892
commit a34d344110

View File

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