Commit 2eb524ea by 王召彬

添加流量平台店铺接口

parent ac19f720
......@@ -114,6 +114,28 @@ interface StoreInterface
public function getListByLastMonth();
/**
* 根据业务员ID获取店铺列表
*
* @param int $smId
* @param array $fields
* @param int $page
* @param int $perPage
* @return array
*/
public function getListBySmId(int $smId, array $fields = [], $page=1, $perPage=20);
/**
* 分页获取流量平台下面的店铺列表
*
* @param array $search
* @param array $fields
* @param int $page
* @param int $perPage
* @return array
*/
public function getListFromTraffic(array $search, array $fields = [], $page=1, $perPage=20);
/**
* 根据注册手机号获取店铺信息
*
* @param integer $mobile
......
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