Commit 9adcabbe by 王召彬

添加新的通知开关

parent 019a4335
...@@ -46,6 +46,12 @@ interface SettingsInterface ...@@ -46,6 +46,12 @@ interface SettingsInterface
* int(0) * int(0)
* ["delivered_notice"]=> // 核销通知,1表示允许发送通知 * ["delivered_notice"]=> // 核销通知,1表示允许发送通知
* int(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); public function getNoticeSwitch(int $storeId);
......
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