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
fde60455
Commit
fde60455
authored
Apr 29, 2019
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加通过店铺id列表获取店铺信息的接口
parent
f8d7e708
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
UPGRADE.md
+3
-0
src/Store/Lib/StoreInterface.php
+10
-0
No files found.
UPGRADE.md
View file @
fde60455
# 1.0.84
-
添加通过店铺id列表获取店铺信息的接口
# 1.0.83
# 1.0.83
-
添加服务模版消息
-
添加服务模版消息
...
...
src/Store/Lib/StoreInterface.php
View file @
fde60455
...
@@ -21,6 +21,7 @@ use Swoft\Core\ResultInterface;
...
@@ -21,6 +21,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetStoreByStoreName(string $storeName)
* @method ResultInterface deferGetStoreByStoreName(string $storeName)
* @method ResultInterface deferGetStoreBySellerId(int $sellerId)
* @method ResultInterface deferGetStoreBySellerId(int $sellerId)
* @method ResultInterface deferGetListBySellerIds(array $sellerIds, array $fields = [])
* @method ResultInterface deferGetListBySellerIds(array $sellerIds, array $fields = [])
* @method ResultInterface deferGetListByStoreIds(array $storeIds, array $fields = [])
* @method ResultInterface deferGetStoreByMobile(int $mobile, array $fields = [])
* @method ResultInterface deferGetStoreByMobile(int $mobile, array $fields = [])
* @method ResultInterface deferUpdateStore(int $storeId, array $data)
* @method ResultInterface deferUpdateStore(int $storeId, array $data)
* @method ResultInterface deferAddVipTime(int $storeId, int $days)
* @method ResultInterface deferAddVipTime(int $storeId, int $days)
...
@@ -81,6 +82,15 @@ interface StoreInterface
...
@@ -81,6 +82,15 @@ interface StoreInterface
public
function
getListBySellerIds
(
array
$sellerIds
,
array
$fields
=
[]);
public
function
getListBySellerIds
(
array
$sellerIds
,
array
$fields
=
[]);
/**
/**
* 根据店铺ID列表获取店铺信息列表
*
* @param array $storeIds
* @param array $fields
* @return array
*/
public
function
getListByStoreIds
(
array
$storeIds
,
array
$fields
=
[]);
/**
* 根据注册手机号获取店铺信息
* 根据注册手机号获取店铺信息
*
*
* @param integer $mobile
* @param integer $mobile
...
...
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