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
fdd3550f
Commit
fdd3550f
authored
Dec 30, 2019
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:通知
parent
da4fbf8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
src/Notice/Lib/NoticeInterface.php
+9
-8
No files found.
src/Notice/Lib/NoticeInterface.php
View file @
fdd3550f
...
...
@@ -17,7 +17,7 @@ use Swoft\Core\ResultInterface;
*
* @method ResultInterface deferSend(int $storeId, array $sendTypes, array $data, $sendTime, string $redisKey) :bool
* @method ResultInterface deferCancelSend(string $redisKey):bool
* @method ResultInterface deferCostumerSend(string $openId);
* @method ResultInterface deferCostumerSend(string $openId
, int $oemId = 0
);
*/
interface
NoticeInterface
{
...
...
@@ -111,13 +111,14 @@ interface NoticeInterface
public
function
send
(
array
$sendTypes
,
array
$data
,
$sendTime
,
string
$redisKey
=
''
)
:
bool
;
/**
* 公众号客服消息
*
* @param string $openId
* @return void
*/
public
function
costumerSend
(
string
$openId
);
/**
* 公众号客服消息
*
* @param string $openId
* @param int $oemId
* @return void
*/
public
function
costumerSend
(
string
$openId
,
int
$oemId
=
0
);
/**
...
...
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