add clear
This commit is contained in:
@@ -140,7 +140,7 @@ class Template extends SmallProgram
|
|||||||
$this->request->setErrorField('errcode');
|
$this->request->setErrorField('errcode');
|
||||||
$this->request->setErrorMsgField('errmsg');
|
$this->request->setErrorMsgField('errmsg');
|
||||||
$result = $this->request->post($url, $params);
|
$result = $this->request->post($url, $params);
|
||||||
$result->append('postBody', $params);
|
// $result->append('postBody', $params);
|
||||||
|
|
||||||
$this->openId = '';
|
$this->openId = '';
|
||||||
$this->keywords = [];
|
$this->keywords = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user