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
37673d82
Commit
37673d82
authored
Apr 18, 2019
by
dzhang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xmy' of
http://git.dev.2b3.cn/tencent/services
into xmy
parents
d92e379e
e6fbded3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/Buyer/Lib/BuyerInterface.php
+4
-4
No files found.
src/Buyer/Lib/BuyerInterface.php
View file @
37673d82
...
@@ -14,7 +14,7 @@ use Swoft\Core\ResultInterface;
...
@@ -14,7 +14,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpdateProfile(string $token, array $data)
* @method ResultInterface deferUpdateProfile(string $token, array $data)
* @method ResultInterface deferSelectUser(int $storeId, array $buyerIds, array $fields= ['*'])
* @method ResultInterface deferSelectUser(int $storeId, array $buyerIds, array $fields= ['*'])
* @method ResultInterface deferGetRefereeInfo($storeId,$buyerId)
* @method ResultInterface deferGetRefereeInfo($storeId,$buyerId)
* @method ResultInterface deferGetByNickname($
storeId, $
nickname)
* @method ResultInterface deferGetByNickname($nickname)
* Interface BuyerInterface
* Interface BuyerInterface
* @package App\Lib
* @package App\Lib
*/
*/
...
@@ -94,11 +94,10 @@ interface BuyerInterface
...
@@ -94,11 +94,10 @@ interface BuyerInterface
/**
/**
* 获取买家信息 by nickname
* 获取(视图)买家信息 by nickname
* @param $storeId
* @param $nickname
* @param $nickname
* @return mixed
* @return mixed
* @author work
* @author work
*/
*/
public
function
getByNickname
(
$
storeId
,
$
nickname
);
public
function
getByNickname
(
$nickname
);
}
}
\ No newline at end of file
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