Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
74ab5c41
Commit
74ab5c41
authored
Aug 14, 2018
by
liwotian name
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.2b3.cn/tencent/services
parents
b90eb2ed
18100d82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/Common/Pool/Config/StorePoolConfig.php
+1
-1
src/Seller/Lib/SellerInterface.php
+2
-2
No files found.
src/Common/Pool/Config/StorePoolConfig.php
View file @
74ab5c41
...
...
@@ -63,7 +63,7 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected
$timeout
=
200
;
protected
$timeout
=
5
;
/**
* the addresses of connection
...
...
src/Seller/Lib/SellerInterface.php
View file @
74ab5c41
...
...
@@ -11,7 +11,7 @@ namespace Hdll\Services\Seller\Lib;
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 deferGetByUnionId($unionId,$fields=['*'])
* @method ResultInterface deferUpdate($id,$data)
...
...
@@ -32,7 +32,7 @@ interface SellerInterface
* @return mixed
* @author Administrator
*/
public
function
save
(
$referId
,
$unionId
,
$openId
,
$nickName
,
$headImgUrl
,
$realName
=
''
,
$phoneNumber
=
''
);
public
function
save
(
$referId
,
$unionId
,
$openId
,
$nickName
,
$headImgUrl
);
/**
* @param $id
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment