From 448fa38a06da1bad95ed6f4d22b1837658581dc8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 29 六月 2020 09:55:41 +0800
Subject: [PATCH] 阿里短信测试通过
---
service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java b/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
index d2caf35..032e02c 100644
--- a/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
+++ b/service-front/src/main/java/com/java110/front/properties/WechatAuthProperties.java
@@ -29,6 +29,11 @@
private String wxPayUnifiedOrder;
private String wxNotifyUrl;
+ private String wechatAppId;//寰俊鍏紬鍙稩D
+ private String wechatAppSecret;//寰俊鍏紬鍙风閽�
+
+ private String sendMsgUrl;//寰俊鍏紬鍙锋帹閫佹ā鏉夸俊鎭摼鎺�
+
public String getSessionHost() {
return sessionHost;
}
@@ -92,4 +97,28 @@
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;
+ }
}
--
Gitblit v1.8.0