Commit 4cffe44b by 王召彬

获取流量平台下面的店铺数量

parent a8559d26
......@@ -154,6 +154,14 @@ interface StoreInterface
public function getByOemIdAndMobile(int $oemId, $mobile, array $fields = []);
/**
* 获取流量平台下面的店铺数量
*
* @param int $smId
* @return array
*/
public function getNumFromTraffic(int $smId);
/**
* 根据店铺ID修改店铺信息
*
* @param integer $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