| | |
| | | private String wxPayUnifiedOrder; |
| | | private String wxNotifyUrl; |
| | | |
| | | private String wechatAppId;//微信公众号ID |
| | | private String wechatAppSecret;//微信公众号秘钥 |
| | | |
| | | private String sendMsgUrl;//微信公众号推送模板信息链接 |
| | | |
| | | public String getSessionHost() { |
| | | return sessionHost; |
| | | } |
| | |
| | | public void setWxNotifyUrl(String wxNotifyUrl) { |
| | | this.wxNotifyUrl = wxNotifyUrl; |
| | | } |
| | | |
| | | public String getWechatAppId() { |
| | | return wechatAppId; |
| | | } |
| | | |
| | | public void setWechatAppId(String wechatAppId) { |
| | | this.wechatAppId = wechatAppId; |
| | | } |
| | | |
| | | public String getWechatAppSecret() { |
| | | return wechatAppSecret; |
| | | } |
| | | |
| | | public void setWechatAppSecret(String wechatAppSecret) { |
| | | this.wechatAppSecret = wechatAppSecret; |
| | | } |
| | | |
| | | public String getSendMsgUrl() { |
| | | return sendMsgUrl; |
| | | } |
| | | |
| | | public void setSendMsgUrl(String sendMsgUrl) { |
| | | this.sendMsgUrl = sendMsgUrl; |
| | | } |
| | | } |