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
0906f8c2
Commit
0906f8c2
authored
Jun 04, 2020
by
王召彬
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.dev.2b3.cn/tencent/services
parents
6f2bd9eb
c90c3290
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
UPGRADE_2.x.md
+4
-1
src/Comments/Lib/CommentsInterface.php
+2
-1
src/Goods/Lib/GoodsInterface.php
+8
-0
No files found.
UPGRADE_2.x.md
View file @
0906f8c2
# 2.0.6
5
# 2.0.6
6
-
添加getStoreByCondition接口
# 2.0.65
-
流量平台商品
# 2.0.64
-
修改sgo函数
...
...
src/Comments/Lib/CommentsInterface.php
View file @
0906f8c2
...
...
@@ -19,7 +19,7 @@ interface CommentsInterface
* [1=>['virtual'=>1,'real'=>2]]
* @throws BaseException
*/
public
function
getNum
(
array
$itemIds
);
public
function
getNum
(
array
$itemIds
,
$oemId
=
0
);
}
\ No newline at end of file
src/Goods/Lib/GoodsInterface.php
View file @
0906f8c2
...
...
@@ -217,4 +217,12 @@ interface GoodsInterface
* @return mixed
*/
public
function
sumGoodsPrice
(
$storeId
,
$goods
);
/**
* 添加商品
* @param $storeId
* @param $param
* @return mixed
*/
public
function
add
(
$storeId
,
$param
);
}
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