Commit 6603b88f by 王洁

getCraftsmenByUnionId(... int $isSeller =0);

parent ff238e9f
......@@ -75,7 +75,7 @@ interface CraftsmanInterface
* @param int $isSeller 是否店主 1-是 ,0-否
* @return array
*/
public function getCraftsmenByUnionId(string $unionId, int $isSeller);
public function getCraftsmenByUnionId(string $unionId, int $isSeller =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