Commit 86a217a4 by feixiang

微信小程序page生成

parent 81335b40
...@@ -16,7 +16,7 @@ class WxMiniNotice ...@@ -16,7 +16,7 @@ class WxMiniNotice
* @param array $param * @param array $param
* @return string * @return string
*/ */
public function generatePage(string $page, array $param) public static function generatePage(string $page, array $param)
{ {
$param = http_build_query($param); $param = http_build_query($param);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment