Commit 09ce1b44 by feixiang

Merge remote-tracking branch 'origin/master'

parents e01478d3 127e686e
......@@ -20,7 +20,7 @@ class WxMiniNotice
* @param array $param
* @return string
*/
public static function generatePage(string $page, array $param)
public static function generatePage(string $page, array $param = [])
{
$param['origin'] = $param['origin']??'notice';
$param['isShare'] = 1;
......
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