Commit 82022c3c by 王召彬

Merge branch 'master' of http://git.2b3.cn/tencent/services

parents a6d53330 e5deb663
...@@ -19,7 +19,6 @@ use Swoft\Pool\PoolProperties; ...@@ -19,7 +19,6 @@ use Swoft\Pool\PoolProperties;
*/ */
class BargainPoolConfig extends PoolProperties class BargainPoolConfig extends PoolProperties
{ {
protected $name = 'bargain'; protected $name = 'bargain';
/** /**
......
...@@ -78,7 +78,8 @@ class SellerPoolConfig extends PoolProperties ...@@ -78,7 +78,8 @@ class SellerPoolConfig extends PoolProperties
* @var array * @var array
*/ */
protected $uri = [ protected $uri = [
'192.168.3.39:8099', '172.21.0.10:8099',
'172.16.255.196:8099',
]; ];
/** /**
......
...@@ -11,7 +11,7 @@ namespace Hdll\Services\Seller\Lib; ...@@ -11,7 +11,7 @@ namespace Hdll\Services\Seller\Lib;
use Swoft\Core\ResultInterface; use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl, $realName, $phoneNumber) * @method ResultInterface deferSave($referId, $unionId, $openId, $nickName, $headImgUrl)
* @method ResultInterface deferGet($id,$fields=['*']) * @method ResultInterface deferGet($id,$fields=['*'])
* @method ResultInterface deferGetByUnionId($unionId,$fields=['*']) * @method ResultInterface deferGetByUnionId($unionId,$fields=['*'])
* @method ResultInterface deferUpdate($id,$data) * @method ResultInterface deferUpdate($id,$data)
...@@ -32,7 +32,7 @@ interface SellerInterface ...@@ -32,7 +32,7 @@ interface SellerInterface
* @return mixed * @return mixed
* @author Administrator * @author Administrator
*/ */
public function save($referId, $unionId, $openId, $nickName, $headImgUrl, $realName = '', $phoneNumber = ''); public function save($referId, $unionId, $openId, $nickName, $headImgUrl);
/** /**
* @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