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
4e5cd942
Commit
4e5cd942
authored
Aug 27, 2019
by
xmy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v3' into test
parents
6279bcb8
6a76974f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
UPGRADE_2.x.md
+11
-1
src/Seller/Lib/SellerInterface.php
+2
-2
No files found.
UPGRADE_2.x.md
View file @
4e5cd942
# 2.0.17
-
配合前端v2版本上线
# 2.0.16
-
修复bug
# 2.0.15
-
分成比例修改
# 2.0.14
-
Cls记日志忽略‘验证器不存在’的日志
...
...
@@ -8,7 +17,8 @@
-
配合前端改版后端大调整
# 2.0.11
-
砍价订单枚举状态加订单删除
-
关闭拼团活动状态
砍价订单枚举状态加订单删除
# 2.0.10
-
根据商户平台id获取对应的小程序托管配置
...
...
src/Seller/Lib/SellerInterface.php
View file @
4e5cd942
...
...
@@ -18,7 +18,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpdate($id, $data)
* @method ResultInterface deferCountDistributionNum($sellerId)
* @method ResultInterface deferGetByIds(array $ids, $fields = ['*'])
* @method ResultInterface deferGetAndUpdateOpenId($unionId, $openId)
* @method ResultInterface deferGetAndUpdateOpenId($unionId, $openId
, $fields = ['*']
)
* @method ResultInterface deferSaveRelation($sellerId)
* @method ResultInterface deferUpdateRelationVip($sellerId, $isVip)
* @method ResultInterface deferCountVip($sellerId, $isVip)
...
...
@@ -87,7 +87,7 @@ interface SellerInterface
public
function
getByIds
(
array
$ids
,
$fields
=
[
'*'
]);
public
function
getAndUpdateOpenId
(
$unionId
,
$openId
);
public
function
getAndUpdateOpenId
(
$unionId
,
$openId
,
$fields
=
[
'*'
]
);
public
function
saveRelation
(
$sellerId
);
...
...
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