Commit ca6340e5 by 王召彬

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

parents f3447418 9a3f233d
...@@ -32,16 +32,18 @@ interface SellerInterface ...@@ -32,16 +32,18 @@ interface SellerInterface
{ {
/** /**
* @param $referId * @param $referId
* @param $unionId * @param $unionId
* @param $openId * @param $openId
* @param $nickName * @param $nickName
* @param $headImgUrl * @param $headImgUrl
* @param int $gender * @param int $gender
* @param string $mpOpenId
* @param int $oemId
* @return mixed * @return mixed
* @author work * @author work
*/ */
public function save($referId, $unionId, $openId, $nickName, $headImgUrl, $gender = 2); public function save($referId, $unionId, $openId, $nickName, $headImgUrl, $gender = 2, $mpOpenId = '', $oemId = 0);
/** /**
* @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