Commit ba060b25 by 王召彬

test

parent cfa201f1
......@@ -16,6 +16,7 @@ use Swoft\Core\ResultInterface;
* The interface of store service
*
* @method ResultInterface deferGetSubStore(int $storeId, int $subStoreId)
* @method ResultInterface deferGetMainSubStore(int $storeId)
* @method ResultInterface deferGetSubStoreList(int $storeId, int $state = 0)
* @method ResultInterface deferUpdateSubStore(int $storeId, int $subStoreId, array $data)
*/
......@@ -31,6 +32,15 @@ interface SubStoreInterface
public function getSubStore(int $storeId, int $subStoreId);
/**
* 获取主子店铺信息
*
* @Number(name="storeId")
* @param int $storeId
* @return array
*/
public function getMainSubStore(int $storeId);
/**
* 获取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