Commit 225e9d57 by 王召彬

获取餐饮行业店铺的设置

parent fdabc628
...@@ -29,6 +29,15 @@ interface SettingsInterface ...@@ -29,6 +29,15 @@ interface SettingsInterface
public function getSettings(int $storeId); public function getSettings(int $storeId);
/** /**
* 获取餐饮行业店铺的设置
*
* @Number(name="storeId")
* @param int $storeId
* @return array
*/
public function getCateringSettings(int $storeId);
/**
* 获取消息通知的开关设置项 * 获取消息通知的开关设置项
* *
* @param int $storeId * @param 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