Commit e6fbded3 by xmy

feat:#获取买家信息 by nickname

parent 9763d6cd
......@@ -14,7 +14,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpdateProfile(string $token, array $data)
* @method ResultInterface deferSelectUser(int $storeId, array $buyerIds, array $fields= ['*'])
* @method ResultInterface deferGetRefereeInfo($storeId,$buyerId)
* @method ResultInterface deferGetByNickname($storeId, $nickname)
* @method ResultInterface deferGetByNickname($nickname)
* Interface BuyerInterface
* @package App\Lib
*/
......@@ -94,11 +94,10 @@ interface BuyerInterface
/**
* 获取买家信息 by nickname
* @param $storeId
* 获取(视图)买家信息 by nickname
* @param $nickname
* @return mixed
* @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