Commit a03e2185 by 王召彬

test

parent 8c67bda0
......@@ -48,10 +48,10 @@ interface CraftsmanInterface
/**
* 根据unionId获取店员信息
*
* @param integer $unionId
* @param string $unionId
* @return array
*/
public function getCraftsmenByUnionId(int $unionId);
public function getCraftsmenByUnionId(string $unionId);
/**
......
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