Commit cb56008f by xmy

feat:创建分销商

parent 5f07dfbf
......@@ -23,6 +23,7 @@ interface AgentInterface
*/
public function usefulAgent(int $storeId, int $agentId);
/**
* 创建分销商
* @param $buyerId
......@@ -32,7 +33,8 @@ interface AgentInterface
* @param $nickname
* @param $headimgurl
* @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