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
9adcabbe
Commit
9adcabbe
authored
Oct 16, 2018
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加新的通知开关
parent
019a4335
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/Store/Lib/SettingsInterface.php
+6
-0
No files found.
src/Store/Lib/SettingsInterface.php
View file @
9adcabbe
...
...
@@ -46,6 +46,12 @@ interface SettingsInterface
* int(0)
* ["delivered_notice"]=> // 核销通知,1表示允许发送通知
* int(1)
* ["cancel_order_notice"]=> // 订单取消的通知,1表示允许发送通知
* int(1)
* ["withdraw_notice"]=> // 提现申请的通知,1表示允许发送通知
* int(1)
* ["grant_comm_notice"]=> // 下级升级vip产生新的佣金的通知,1表示允许发送通知
* int(1)
* }
*/
public
function
getNoticeSwitch
(
int
$storeId
);
...
...
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