add clear

This commit is contained in:
as2252258@163.com
2019-10-22 13:57:09 +08:00
parent b2bf378b7f
commit 27d8b60845
+6
View File
@@ -138,6 +138,12 @@ class Template extends Miniprogarampage
$result = $this->request->post($url, $params);
$result->append('postBody', $params);
$this->openId = '';
$this->keywords = [];
$this->formId = '';
$this->templateId = '';
$this->page = '';
return $result;
}
}