Commit c8790c48 by 王召彬

添加备注

parent 1296182d
......@@ -35,6 +35,18 @@ interface SettingsInterface
* @Number(name="storeId")
* @param int $storeId
* @return array
* array(5) {
* ["pay_notice"]=> // 付款通知,1表示允许发送通知
* int(0)
* ["refund_notice"]=> // 退款通知,1表示允许发送通知
* int(1)
* ["reserv_notice"]=> // 预约通知,1表示允许发送通知
* int(0)
* ["cancel_reserv_notice"]=> // 取消预约通知,1表示允许发送通知
* int(0)
* ["delivered_notice"]=> // 核销通知,1表示允许发送通知
* int(1)
* }
*/
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