Commit d1630411 by feixiang

通知url增加参数

parent a3fe24eb
......@@ -23,6 +23,7 @@ class WxMiniNotice
public static function generatePage(string $page, array $param)
{
$param['origin'] = $param['origin']??'notice';
$param['isShare'] = 1;
$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