Commit e6dc9c0c by xmy

unionId获取用户

parent f41a36c1
......@@ -42,6 +42,14 @@ interface SellerInterface
public function get($id,$fields=['*']);
/**
* @param $id
* @param array $fields
* @return mixed
* @author Administrator
*/
public function getByUnionId($unionId,$fields=['*']);
/**
* @param $condition
* @param $data
* $data['referId']=>'来源ID'
......
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