Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
65b6ef67
Commit
65b6ef67
authored
Nov 14, 2019
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:系统通知
parent
cf68b118
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/Notice/Lib/NoticeInterface.php
+10
-0
No files found.
src/Notice/Lib/NoticeInterface.php
View file @
65b6ef67
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment