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
357c6de3
Commit
357c6de3
authored
Aug 14, 2018
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卖家修改
parent
99dc777d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Seller/Lib/SellerInterface.php
+2
-2
No files found.
src/Seller/Lib/SellerInterface.php
View file @
357c6de3
...
@@ -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
...
...
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