|
|
@ -15,6 +15,7 @@ public class SysConfig { |
|
|
|
private String wxAppSecret; |
|
|
|
private String wxAppSecret; |
|
|
|
private String wxApiKey; |
|
|
|
private String wxApiKey; |
|
|
|
private String wxMchId; |
|
|
|
private String wxMchId; |
|
|
|
|
|
|
|
private String wxSubMchId; |
|
|
|
private String wxUnifiedOrderUrl; |
|
|
|
private String wxUnifiedOrderUrl; |
|
|
|
private String couponCodePath; |
|
|
|
private String couponCodePath; |
|
|
|
private String notifyUrl; |
|
|
|
private String notifyUrl; |
|
|
@ -82,4 +83,12 @@ public class SysConfig { |
|
|
|
public void setCouponCodePath(String couponCodePath) { |
|
|
|
public void setCouponCodePath(String couponCodePath) { |
|
|
|
this.couponCodePath = couponCodePath; |
|
|
|
this.couponCodePath = couponCodePath; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getWxSubMchId() { |
|
|
|
|
|
|
|
return wxSubMchId; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setWxSubMchId(String wxSubMchId) { |
|
|
|
|
|
|
|
this.wxSubMchId = wxSubMchId; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|