Commit 65b6ef67 by xmy

feat:系统通知

parent cf68b118
......@@ -80,6 +80,16 @@ interface NoticeInterface
]
];
*
* 系统发送消息数据结构
$data[NoticeEnum::TYPE_SYSTEM_SEND] = [
'storeId' => 198
"userId" => "1", //用户id
"content" => "内容",
"page" => "", //页面地址
* "isUpdate"=> bool ,//是否更新 根据page storeId userId更新未读消息内容
];
*
*
* @param array $sendTypes
* @param array $data
* @param $sendTime //如果需要多个时间段发送则填写时间戳数组例如:[15800000,1580000]
......
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