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
10275072
Commit
10275072
authored
Apr 29, 2019
by
王召彬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.dev.2b3.cn/tencent/services
into test
parents
1a4f2463
f8d7e708
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
UPGRADE.md
+3
-0
src/Goods/Lib/GoodsInterface.php
+10
-0
No files found.
UPGRADE.md
View file @
10275072
# 1.0.83
-
添加服务模版消息
# 1.0.82
# 1.0.82
-
添加根据店铺名称获取店铺信息的rpc接口
-
添加根据店铺名称获取店铺信息的rpc接口
...
...
src/Goods/Lib/GoodsInterface.php
View file @
10275072
...
@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
...
@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId, $type = 3)
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId, $type = 3)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId, $type = 2)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId, $type = 2)
* @method ResultInterface deferListByIds($ids, $storeId)
* @method ResultInterface deferListByIds($ids, $storeId)
* @method ResultInterface deferAfterServiceTmp($storeId)
* Interface GoodsInterface
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
* @package Hdll\Services\Goods\Lib
*/
*/
...
@@ -96,4 +97,12 @@ interface GoodsInterface
...
@@ -96,4 +97,12 @@ interface GoodsInterface
* @author Administrator
* @author Administrator
*/
*/
public
function
listByIds
(
array
$ids
,
$storeId
,
$order
=
[
'id'
,
'DESC'
]);
public
function
listByIds
(
array
$ids
,
$storeId
,
$order
=
[
'id'
,
'DESC'
]);
/**
* 添加后续服务模版
* @param $storeId
* @return mixed
* @author work
*/
public
function
afterServiceTmp
(
$storeId
);
}
}
\ 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