Commit 1887c900 by 王召彬

修复发通知bug

parent 6f0e8dff
......@@ -45,7 +45,7 @@ class MpSender implements SenderInterface
];
//小程序跳转(优先)
if (isset($this->miniprogram['page'])) {
$this->data[$this->sendType]['pagepath'] = WxMiniNotice::generatePage(
$this->data[$this->sendType]['miniprogram']['pagepath'] = WxMiniNotice::generatePage(
$this->miniprogram['page'],
$this->miniprogram['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