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
2217b455
Commit
2217b455
authored
Dec 22, 2018
by
xmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 1.0.39
- 添加获取卖家信息接口 ByIds
parent
4e46df7c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
UPGRADE.md
+2
-0
src/Seller/Lib/SellerInterface.php
+5
-0
No files found.
UPGRADE.md
View file @
2217b455
# 1.0.39
-
添加获取卖家信息接口 ByIds
# 1.0.38
# 1.0.38
-
修改生成公众号二维码的RPC接口,新加参数:storeId
-
修改生成公众号二维码的RPC接口,新加参数:storeId
# 1.0.37
# 1.0.37
...
...
src/Seller/Lib/SellerInterface.php
View file @
2217b455
...
@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
...
@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetByStoreId($storeId,$fields=['*'])
* @method ResultInterface deferGetByStoreId($storeId,$fields=['*'])
* @method ResultInterface deferUpdate($id,$data)
* @method ResultInterface deferUpdate($id,$data)
* @method ResultInterface deferCountDistributionNum($sellerId)
* @method ResultInterface deferCountDistributionNum($sellerId)
* @method ResultInterface deferGetByIds(array $ids, $fields = ['*'])
* Interface SellerInterface
* Interface SellerInterface
* @package App\Lib
* @package App\Lib
*/
*/
...
@@ -77,4 +78,7 @@ interface SellerInterface
...
@@ -77,4 +78,7 @@ interface SellerInterface
public
function
countDistributionNum
(
$sellerId
);
public
function
countDistributionNum
(
$sellerId
);
public
function
getByIds
(
array
$ids
,
$fields
=
[
'*'
]);
}
}
\ 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