Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
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
order-group-application
order-group
Commits
cdb1a188
Commit
cdb1a188
authored
Dec 29, 2020
by
hanghang.wang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/20201223_用户订单查询促销信息转为payGiftReps_wanghanghang'
parents
4e8697cd
25955a38
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
order-application-service/src/main/java/cn/freemud/entities/vo/QueryOrderResponseVo.java
+17
-8
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
+0
-0
No files found.
order-application-service/src/main/java/cn/freemud/entities/vo/QueryOrderResponseVo.java
View file @
cdb1a188
...
...
@@ -13,6 +13,7 @@
package
cn
.
freemud
.
entities
.
vo
;
import
cn.freemud.entities.dto.PromotionMessageDto
;
import
cn.freemud.entities.dto.activity.PayGiftCheckAndJoinResponseDto
;
import
com.alibaba.fastjson.annotation.JSONField
;
import
com.fasterxml.jackson.annotation.JsonIgnore
;
import
lombok.Builder
;
...
...
@@ -363,14 +364,14 @@ public class QueryOrderResponseVo {
private
String
activityName
;
//支付有礼活动号
private
String
activityNo
;
//
private String activityNo;
/**
* 支付有礼发送方式
* 0-静默发送
* 5-手动发送
*/
private
Integer
activitySendType
;
//
private Integer activitySendType;
//支付有礼领券集合
private
List
<
PayGiftCouponVo
>
coupons
;
...
...
@@ -380,32 +381,32 @@ public class QueryOrderResponseVo {
/**
* 支付有礼奖励类型:1-非码券,2-微信商家券,3-弹窗奖励
*/
private
String
syncWechat
;
//
private String syncWechat;
/**
* 支付有礼活动配图
*/
private
String
activityPicture
;
//
private String activityPicture;
/**
* 支付有礼跳转设置(跳转类型) 0:无 5:跳转页面 10:外部小程序 15:跳转商品 20:跳转H5
*/
private
String
redirectType
;
//
private String redirectType;
/**
* 支付有礼跳转商品
*/
private
PayGiftGoodsConfigVo
goodsConfig
;
//
private PayGiftGoodsConfigVo goodsConfig;
/**
* 支付有礼跳转小程序
*/
private
PayGiftMicroProgramConfigVo
microProgramConfig
;
//
private PayGiftMicroProgramConfigVo microProgramConfig;
/**
* 支付有礼跳转页面5和20跳转外部H5对应的路径或者URL
*/
private
String
redirectPage
;
//
private String redirectPage;
/**
* 收件人省份
...
...
@@ -525,5 +526,13 @@ public class QueryOrderResponseVo {
* 是否已选择寄杯
*/
private
Boolean
sendCoupon
;
}
/**
*促销返回参数对象 20201223 提出紧急需求变更
*/
private
PayGiftCheckAndJoinResponseDto
payGiftReps
;
}
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
View file @
cdb1a188
This diff is collapsed.
Click to expand it.
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