Commit a87ed902 by xmy

feat:通知

parent 4c6e8dd4
...@@ -77,11 +77,9 @@ interface NoticeInterface ...@@ -77,11 +77,9 @@ interface NoticeInterface
* 微信公众号发送实例 * 微信公众号发送实例
$data[NoticeEnum::TYPE_MP_SEND] = [ $data[NoticeEnum::TYPE_MP_SEND] = [
'unionId' => 'o3lFcs8xoWfQUlhzTiP5uZI6A7Hc', //填写用户的unionId 'unionId' => 'o3lFcs8xoWfQUlhzTiP5uZI6A7Hc', //填写用户的unionId
'template_id' => 'zwUBuoKVRJkumLwGkippA46XfmLsmwJD906HC-wqOks', 'tplName' => 模版KEY,
'miniprogram' => [ 'params' => [],//小程序地址参数(不用传地址)array
'appid' => 'wx3b3b2df942634cdd', //小程序appid 'url'=>''
'pagepath' => 'pages/start/start'//小程序页面
],
'data' => [ 'data' => [
'first' => 'first', 'first' => 'first',
'keyword1' => '姓名', 'keyword1' => '姓名',
......
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