Commit 91ce02f0 by feixiang

Merge remote-tracking branch 'origin/master'

parents 8e7b1471 875383dc
......@@ -34,10 +34,10 @@ interface SubStoreInterface
* 获取storeId获取所有子店铺列表
*
* @param int $storeId
* @param int $state 子店铺状态筛选,0表示正常,1表示关闭,10表示列出所有
* @param int $state 子店铺状态筛选,1表示正常,2表示关闭,0表示列出所有
* @return array
*/
public function getSubStoreList(int $storeId, int $state = 0);
public function getSubStoreList(int $storeId, int $state = 1);
/**
* 修改子店铺信息
......@@ -48,7 +48,7 @@ interface SubStoreInterface
* $data字段说明:
* subStoreName // 门店名称
* mobile // 门店联系手机
* state // 0表示正常状态,1关闭状态
* state // 1表示正常状态,2关闭状态
* storeAddr // 店铺地址
* lntLat // 店铺坐标
* storeHours // 营业时间
......
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