Commit 7d61f02a by 王召彬

Merge branch 'fixbug'

parents 69911c3f 34b4e04f
......@@ -145,6 +145,15 @@ interface StoreInterface
public function getStoreByMobile(int $mobile, array $fields = []);
/**
* 根据指定条件获取店铺信息
*
* @param array $condition
* @param array $fields
* @return array
*/
public function getStoreByCondition(array $condition, array $fields = []);
/**
* 根据oemId和手机号获取店铺信息
*
* @param integer $oemId
......
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