diff --git a/wx/Template.php b/wx/Template.php index 30b9cb8..ee946c8 100644 --- a/wx/Template.php +++ b/wx/Template.php @@ -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; } }