Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-wx-store-sharer
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wx
yanxuan-wx-store-sharer
Commits
79a76339
Commit
79a76339
authored
Mar 13, 2025
by
fanjiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联调问题处理
parent
f59a9f20
Pipeline
#71566
passed with stages
in 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
WeChatShopGetSharerProductCommissionRequest.java
...ler/impl/WeChatShopGetSharerProductCommissionRequest.java
+1
-1
WeChatGetSharerProductCommissionBO.java
...ion/meta/model/bo/WeChatGetSharerProductCommissionBO.java
+1
-1
WeChatPromoteProductDetailVO.java
...tegration/meta/model/vo/WeChatPromoteProductDetailVO.java
+3
-4
No files found.
yanxuan-wx-store-sharer-integration/src/main/java/com/netease/yanxuan/wx/store/sharer/integration/handler/impl/WeChatShopGetSharerProductCommissionRequest.java
View file @
79a76339
...
...
@@ -41,7 +41,7 @@ public class WeChatShopGetSharerProductCommissionRequest implements IWeChatReque
/**
* 处理
*/
public
WeChatGetSharerProductCommissionVO
handle
(
String
sharerAppid
,
Integer
productId
,
String
commissionRatio
)
{
public
WeChatGetSharerProductCommissionVO
handle
(
String
sharerAppid
,
String
productId
)
{
WeChatGetSharerProductCommissionBO
params
=
WeChatGetSharerProductCommissionBO
.
builder
()
.
sharer_appid
(
sharerAppid
)
.
product_id
(
productId
)
...
...
yanxuan-wx-store-sharer-integration/src/main/java/com/netease/yanxuan/wx/store/sharer/integration/meta/model/bo/WeChatGetSharerProductCommissionBO.java
View file @
79a76339
...
...
@@ -22,5 +22,5 @@ public class WeChatGetSharerProductCommissionBO implements Serializable {
/**
* 商品列表
*/
private
Integer
product_id
;
private
String
product_id
;
}
yanxuan-wx-store-sharer-integration/src/main/java/com/netease/yanxuan/wx/store/sharer/integration/meta/model/vo/WeChatPromoteProductDetailVO.java
View file @
79a76339
...
...
@@ -21,7 +21,7 @@ public class WeChatPromoteProductDetailVO extends WeChatCoreVO {
@Data
public
static
class
WeChatPromoteProductVO
{
public
static
class
WeChatPromoteProductVO
{
/**
* 所属小店appid
*/
...
...
@@ -29,7 +29,7 @@ public class WeChatPromoteProductDetailVO extends WeChatCoreVO {
/**
* 商品id
*/
private
Integer
product_id
;
private
String
product_id
;
/**
* 商品卡片透传参数【注意:内嵌商品卡片时一定要传,不然会归因失败】
*/
...
...
@@ -67,7 +67,6 @@ public class WeChatPromoteProductDetailVO extends WeChatCoreVO {
private
List
<
WeChatPromoteProductSkuInfoVO
>
skus
;
@Data
public
static
class
WeChatPromoteProductSkuInfoVO
{
/**
...
...
@@ -103,6 +102,6 @@ public class WeChatPromoteProductDetailVO extends WeChatCoreVO {
* 时间戳,合作结束时间
*/
private
Long
end_time
;
}
}
}
}
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