add clear

This commit is contained in:
2020-04-01 11:53:15 +08:00
parent 7eeaef4c3b
commit 9dd8ea2d0b
8 changed files with 31 additions and 5 deletions
+2
View File
@@ -125,6 +125,8 @@ class Subject extends SmallProgram
$this->request->setIsSSL(true);
$this->request->addHeader('content-type', 'application/json');
$this->request->setErrorField('errcode');
$this->request->setErrorMsgField('errmsg');
$result = $this->request->post($url, $params);
$result->append('postBody', $params);