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
ff238e9f
Commit
ff238e9f
authored
Nov 11, 2019
by
王洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加店主身份
parent
a21d9299
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/Craftsman/Lib/CraftsmanInterface.php
+3
-2
No files found.
src/Craftsman/Lib/CraftsmanInterface.php
View file @
ff238e9f
...
@@ -17,7 +17,7 @@ use Swoft\Core\ResultInterface;
...
@@ -17,7 +17,7 @@ use Swoft\Core\ResultInterface;
* The interface of craftsman service
* The interface of craftsman service
*
*
* @method ResultInterface deferGetCraftsmenList(int $storeId, int $subStoreId = 0, int $itemId = 0)
* @method ResultInterface deferGetCraftsmenList(int $storeId, int $subStoreId = 0, int $itemId = 0)
* @method ResultInterface deferGetCraftsmenByUnionId(string $unionId)
* @method ResultInterface deferGetCraftsmenByUnionId(string $unionId
, int $isSeller
)
* @method ResultInterface defercreateCraftsman($storeId, array $params)
* @method ResultInterface defercreateCraftsman($storeId, array $params)
* @method ResultInterface deferGetCraftsmenById(int $storeId, int $cmanId)
* @method ResultInterface deferGetCraftsmenById(int $storeId, int $cmanId)
* @method ResultInterface deferGetCraftsmenByIds(int $storeId, array $cmanIds)
* @method ResultInterface deferGetCraftsmenByIds(int $storeId, array $cmanIds)
...
@@ -72,9 +72,10 @@ interface CraftsmanInterface
...
@@ -72,9 +72,10 @@ interface CraftsmanInterface
* 根据unionId获取店员信息
* 根据unionId获取店员信息
*
*
* @param string $unionId
* @param string $unionId
* @param int $isSeller 是否店主 1-是 ,0-否
* @return array
* @return array
*/
*/
public
function
getCraftsmenByUnionId
(
string
$unionId
);
public
function
getCraftsmenByUnionId
(
string
$unionId
,
int
$isSeller
);
/**
/**
...
...
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