add clear
This commit is contained in:
@@ -138,6 +138,12 @@ class Template extends Miniprogarampage
|
|||||||
$result = $this->request->post($url, $params);
|
$result = $this->request->post($url, $params);
|
||||||
$result->append('postBody', $params);
|
$result->append('postBody', $params);
|
||||||
|
|
||||||
|
$this->openId = '';
|
||||||
|
$this->keywords = [];
|
||||||
|
$this->formId = '';
|
||||||
|
$this->templateId = '';
|
||||||
|
$this->page = '';
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user