Commit 37673d82 by dzhang

Merge branch 'xmy' of http://git.dev.2b3.cn/tencent/services into xmy

parents d92e379e e6fbded3
...@@ -14,7 +14,7 @@ use Swoft\Core\ResultInterface; ...@@ -14,7 +14,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpdateProfile(string $token, array $data) * @method ResultInterface deferUpdateProfile(string $token, array $data)
* @method ResultInterface deferSelectUser(int $storeId, array $buyerIds, array $fields= ['*']) * @method ResultInterface deferSelectUser(int $storeId, array $buyerIds, array $fields= ['*'])
* @method ResultInterface deferGetRefereeInfo($storeId,$buyerId) * @method ResultInterface deferGetRefereeInfo($storeId,$buyerId)
* @method ResultInterface deferGetByNickname($storeId, $nickname) * @method ResultInterface deferGetByNickname($nickname)
* Interface BuyerInterface * Interface BuyerInterface
* @package App\Lib * @package App\Lib
*/ */
...@@ -94,11 +94,10 @@ interface BuyerInterface ...@@ -94,11 +94,10 @@ interface BuyerInterface
/** /**
* 获取买家信息 by nickname * 获取(视图)买家信息 by nickname
* @param $storeId
* @param $nickname * @param $nickname
* @return mixed * @return mixed
* @author work * @author work
*/ */
public function getByNickname($storeId, $nickname); public function getByNickname($nickname);
} }
\ No newline at end of file
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