Commit 99dc777d by xmy

unionId获取用户

parent f2c226de
...@@ -13,7 +13,8 @@ use Swoft\Core\ResultInterface; ...@@ -13,7 +13,8 @@ use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $realName, $phoneNumber) * @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $realName, $phoneNumber)
* @method ResultInterface deferGet($id,$fields=['*']) * @method ResultInterface deferGet($id,$fields=['*'])
* @method ResultInterface deferUpdate($id) * @method ResultInterface deferGetByUnionId($unionId,$fields=['*'])
* @method ResultInterface deferUpdate($id,$data)
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
...@@ -42,7 +43,7 @@ interface SellerInterface ...@@ -42,7 +43,7 @@ interface SellerInterface
public function get($id,$fields=['*']); public function get($id,$fields=['*']);
/** /**
* @param $id * @param $unionId
* @param array $fields * @param array $fields
* @return mixed * @return mixed
* @author Administrator * @author Administrator
......
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