Commit 357c6de3 by xmy

卖家修改

parent 99dc777d
...@@ -11,7 +11,7 @@ namespace Hdll\Services\Seller\Lib; ...@@ -11,7 +11,7 @@ namespace Hdll\Services\Seller\Lib;
use Swoft\Core\ResultInterface; use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $realName, $phoneNumber) * @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl)
* @method ResultInterface deferGet($id,$fields=['*']) * @method ResultInterface deferGet($id,$fields=['*'])
* @method ResultInterface deferGetByUnionId($unionId,$fields=['*']) * @method ResultInterface deferGetByUnionId($unionId,$fields=['*'])
* @method ResultInterface deferUpdate($id,$data) * @method ResultInterface deferUpdate($id,$data)
...@@ -32,7 +32,7 @@ interface SellerInterface ...@@ -32,7 +32,7 @@ interface SellerInterface
* @return mixed * @return mixed
* @author Administrator * @author Administrator
*/ */
public function save($referId, $unionId, $openId, $nickName, $headImgUrl, $realName = '', $phoneNumber = ''); public function save($referId, $unionId, $openId, $nickName, $headImgUrl);
/** /**
* @param $id * @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