Commit f27a27c6 by xmy

feat:创建分销商

parent cd093b4b
...@@ -23,6 +23,7 @@ interface AgentInterface ...@@ -23,6 +23,7 @@ interface AgentInterface
*/ */
public function usefulAgent(int $storeId, int $agentId); public function usefulAgent(int $storeId, int $agentId);
/** /**
* 创建分销商 * 创建分销商
* @param $buyerId * @param $buyerId
...@@ -32,7 +33,8 @@ interface AgentInterface ...@@ -32,7 +33,8 @@ interface AgentInterface
* @param $nickname * @param $nickname
* @param $headimgurl * @param $headimgurl
* @return array|mixed * @return array|mixed
* @throws BaseException
*/ */
public function getUserByOpenId($storeId, $openId); public function create($param);
} }
\ 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