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
cf68b118
Commit
cf68b118
authored
Nov 14, 2019
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:系统通知
parent
7c98ac07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
17 deletions
+19
-17
src/Notice/Enum/NoticeEnum.php
+19
-17
No files found.
src/Notice/Enum/NoticeEnum.php
View file @
cf68b118
...
...
@@ -5,33 +5,34 @@
* Date: 2018/7/5
* Time: 13:15
*/
namespace
Hdll\Services\Notice\Enum
;
class
NoticeEnum
{
//商家小程序发送
const
TYPE_MINI_BACKEND_SEND
=
100
;
//腾讯sms发送
const
TYPE_TENCENT_SMS
=
150
;
//买家小程序消息推送
const
TYPE_MINI_FRONTEND_SEND
=
101
;
const
TYPE_MP_SEND
=
102
;
//商家小程序发送
const
TYPE_MINI_BACKEND_SEND
=
100
;
const
SEND_TYPES
=
[
self
::
TYPE_MINI_BACKEND_SEND
,
self
::
TYPE_TENCENT_SMS
,
self
::
TYPE_MINI_FRONTEND_SEND
,
self
::
TYPE_MP_SEND
,
];
//腾讯sms发送
const
TYPE_TENCENT_SMS
=
150
;
//买家小程序消息推送
const
TYPE_MINI_FRONTEND_SEND
=
101
;
//公众号发送
const
TYPE_MP_SEND
=
102
;
//系统消息发送
const
TYPE_SYSTEM_SEND
=
103
;
const
SEND_TYPES
=
[
self
::
TYPE_MINI_BACKEND_SEND
,
self
::
TYPE_TENCENT_SMS
,
self
::
TYPE_MINI_FRONTEND_SEND
,
self
::
TYPE_MP_SEND
,
self
::
TYPE_SYSTEM_SEND
,
];
}
\ No newline at end of file
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