Commit 349ccf31 by xmy

feat:保存卖家

parent ea80c0d7
......@@ -11,7 +11,7 @@ namespace Hdll\Services\Seller\Lib;
use Swoft\Core\ResultInterface;
/**
* @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl)
* @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $gender = 2)
* @method ResultInterface deferGet($id, $fields = ['*'])
* @method ResultInterface deferGetByUnionId($unionId, $fields = ['*'])
* @method ResultInterface deferGetByStoreId($storeId, $fields = ['*'])
......@@ -36,12 +36,11 @@ interface SellerInterface
* @param $openId
* @param $nickName
* @param $headImgUrl
* @param string $realName
* @param string $phoneNumber
* @param int $gender
* @return mixed
* @author Administrator
* @author work
*/
public function save($referId, $unionId, $openId, $nickName, $headImgUrl);
public function save($referId, $unionId, $openId, $nickName, $headImgUrl, $gender = 2);
/**
* @param $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