add clear

This commit is contained in:
as2252258@163.com
2020-03-11 16:48:22 +08:00
parent 73e08b1c0d
commit 74df55e7aa
+1
View File
@@ -75,6 +75,7 @@ abstract class Miniprogarampage implements Progaram
{ {
$this->request = HttpClient::NewRequest(); $this->request = HttpClient::NewRequest();
$this->request->setIsSSL(true); $this->request->setIsSSL(true);
$this->request->setData(null);
} }
/** /**