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
370defee
Commit
370defee
authored
Oct 22, 2018
by
王召彬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
fe3e1a0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Store/Lib/SubStoreInterface.php
+3
-3
No files found.
src/Store/Lib/SubStoreInterface.php
View file @
370defee
...
...
@@ -34,10 +34,10 @@ interface SubStoreInterface
* 获取storeId获取所有子店铺列表
*
* @param int $storeId
* @param int $state 子店铺状态筛选,
0表示正常,1表示关闭,1
0表示列出所有
* @param int $state 子店铺状态筛选,
1表示正常,2表示关闭,
0表示列出所有
* @return array
*/
public
function
getSubStoreList
(
int
$storeId
,
int
$state
=
0
);
public
function
getSubStoreList
(
int
$storeId
,
int
$state
=
1
);
/**
* 修改子店铺信息
...
...
@@ -48,7 +48,7 @@ interface SubStoreInterface
* $data字段说明:
* subStoreName // 门店名称
* mobile // 门店联系手机
* state //
0表示正常状态,1
关闭状态
* state //
1表示正常状态,2
关闭状态
* storeAddr // 店铺地址
* lntLat // 店铺坐标
* storeHours // 营业时间
...
...
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