From 19533a17aa55fafc70d0a385928e785cb50e1ebc Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期五, 30 七月 2021 02:05:14 +0800 Subject: [PATCH] 爱奇艺视频更新 --- src/main/java/com/yeshi/buwan/domain/vip/OrderRecord.java | 36 +++++++++++++++++++++++++++++++----- 1 files changed, 31 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/domain/vip/OrderRecord.java b/src/main/java/com/yeshi/buwan/domain/vip/OrderRecord.java index 4507212..3d98e4e 100644 --- a/src/main/java/com/yeshi/buwan/domain/vip/OrderRecord.java +++ b/src/main/java/com/yeshi/buwan/domain/vip/OrderRecord.java @@ -24,6 +24,9 @@ //褰辫璞嗘敮浠� public final static int PAY_WAY_GOLDCORN = 3; + //鑻规灉鏀粯 + public final static int PAY_WAY_IAPP = 4; + //鏀粯瀹�+褰辫璞� public final static int PAY_WAY_ALIPAY_GOLDCORN = 13; @@ -49,7 +52,14 @@ private Integer goldCorn; //鍗曠墖ID - private String videoInfoId; + private String videoCid; + + private String videoVid; + + + + //鑺傜洰code + private String programCode; //绫诲瀷 private VIPPriceType type; @@ -75,6 +85,14 @@ //澶囨敞 private String remarks; + + public String getProgramCode() { + return programCode; + } + + public void setProgramCode(String programCode) { + this.programCode = programCode; + } public Boolean getMoneyPay() { return moneyPay; @@ -205,14 +223,22 @@ this.goldCorn = goldCorn; } - public String getVideoInfoId() { - return videoInfoId; + + public String getVideoCid() { + return videoCid; } - public void setVideoInfoId(String videoInfoId) { - this.videoInfoId = videoInfoId; + public void setVideoCid(String videoCid) { + this.videoCid = videoCid; } + public String getVideoVid() { + return videoVid; + } + + public void setVideoVid(String videoVid) { + this.videoVid = videoVid; + } public OrderType getOrderType() { return orderType; -- Gitblit v1.8.0