From 27d8b60845723ddfa47f25a5c9f65e760b24f9ae Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 22 Oct 2019 13:57:09 +0800 Subject: [PATCH] add clear --- wx/Template.php | 6 ++++++ 1 file changed, 6 insertions(+) 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; } }