Commit 2e1e8d8d by 王召彬

getCraftsmenByUnionId

parent 4350d388
# 2.0.78
- 修改方法:getCraftsmenByUnionId
# 2.0.77
- 修改托管数据
......
......@@ -17,7 +17,6 @@ use Swoft\Core\ResultInterface;
* The interface of craftsman service
*
* @method ResultInterface deferGetCraftsmenList(int $storeId, int $subStoreId = 0, int $itemId = 0)
* @method ResultInterface deferGetCraftsmenByUnionId(string $unionId, int $isSeller=0)
* @method ResultInterface defercreateCraftsman($storeId, array $params)
* @method ResultInterface deferGetCraftsmenById(int $storeId, int $cmanId)
* @method ResultInterface deferGetCraftsmenByIds(int $storeId, array $cmanIds)
......@@ -75,9 +74,10 @@ interface CraftsmanInterface
*
* @param string $unionId
* @param int $isSeller 是否店主 1-是 ,0-否
* @param int $cmanType 店员类型 0代表所有类型,参加枚举类:CmanEnum
* @return array
*/
public function getCraftsmenByUnionId(string $unionId, int $isSeller =0);
public function getCraftsmenByUnionId(string $unionId, int $isSeller=0, int $cmanType=0);
/**
* 获取该店铺下的卖家身份的店员
......
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