|
@@ -20,8 +20,8 @@ public class constant {
|
|
|
// 微信公众号推送消息模板id
|
|
|
public static final String WE_CHAT_TEMPLATE_ID = "FmrNuMzgh0E8bWg1j8a2R3zTmRarHYtZ72TSzPrF9Iw";
|
|
|
// 微信公众号的消息回调地址(这儿可根据业务需求自定义动作,可选)
|
|
|
- public static final String WE_CHAT_CUSTOMER_CALL_URL = "https://manager.usky.cn/mobile/#/pages/common/appMessage/index?type=%s&typeName=%s&id=%s";
|
|
|
- public static final String WE_CHAT_CUSTOMER_CALL_URL1 = "https://manager.usky.cn/mobile/#/pages/common/appMessage/index?type=%s&id=%s";
|
|
|
+ public static final String WE_CHAT_CUSTOMER_CALL_URL = "https://manager.usky.cn/mobile/#/pages/info?type=%s&typeName=%s&id=%s";
|
|
|
+ public static final String WE_CHAT_CUSTOMER_CALL_URL1 = "https://manager.usky.cn/mobile/#/pages/info?type=%s&id=%s";
|
|
|
// 微信公众号的主题颜色
|
|
|
public static final String WE_CHAT_TOP_COLOR = "#A349A4";
|
|
|
// 微信公众号微信用户授权地址
|