|
|
@ -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 wxMchAppId; |
|
|
|
private String wxSubMchId; |
|
|
|
private String wxSubMchId; |
|
|
|
private String wxUnifiedOrderUrl; |
|
|
|
private String wxUnifiedOrderUrl; |
|
|
|
private String couponCodePath; |
|
|
|
private String couponCodePath; |
|
|
@ -91,4 +92,12 @@ public class SysConfig { |
|
|
|
public void setWxSubMchId(String wxSubMchId) { |
|
|
|
public void setWxSubMchId(String wxSubMchId) { |
|
|
|
this.wxSubMchId = wxSubMchId; |
|
|
|
this.wxSubMchId = wxSubMchId; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public String getWxMchAppId() { |
|
|
|
|
|
|
|
return wxMchAppId; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void setWxMchAppId(String wxMchAppId) { |
|
|
|
|
|
|
|
this.wxMchAppId = wxMchAppId; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|