Commit 74ab5c41 by liwotian name

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

parents b90eb2ed 18100d82
...@@ -63,7 +63,7 @@ class StorePoolConfig extends PoolProperties ...@@ -63,7 +63,7 @@ class StorePoolConfig extends PoolProperties
* *
* @var int * @var int
*/ */
protected $timeout = 200; protected $timeout = 5;
/** /**
* the addresses of connection * the addresses of connection
......
...@@ -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