103 lines
5.1 KiB
Plaintext
103 lines
5.1 KiB
Plaintext
|
|
package com.jysoft.weChat.util;
|
|||
|
|
|
|||
|
|
import com.jysoft.weChat.vo.AccessTokenVo;
|
|||
|
|
|
|||
|
|
public class Wechatconfig {
|
|||
|
|
// appId
|
|||
|
|
public static String appId = "wx7d707414e4623461";// sj: wx7d707414e4623461 //华中:wx61ecc513905e876a
|
|||
|
|
// appSecret
|
|||
|
|
public static String appSecret = "bbcc513a93befec10086d53fb65bad07";// sj: bbcc513a93befec10086d53fb65bad07 华中:4eda9ed45b63df74c43884971ac676e5
|
|||
|
|
|
|||
|
|
// accrss_token
|
|||
|
|
public static AccessTokenVo accessToken = null;
|
|||
|
|
// jsapi_tickets
|
|||
|
|
public static String ticket;;
|
|||
|
|
|
|||
|
|
// 模板ID
|
|||
|
|
public static String templateId = "";
|
|||
|
|
|
|||
|
|
/**
|
|||
|
|
* 微信服务号url
|
|||
|
|
*/
|
|||
|
|
public static String DNS = "http://zhhq.cdzywpt.cn";
|
|||
|
|
|
|||
|
|
// 域名
|
|||
|
|
// 智慧后勤
|
|||
|
|
public static String zhhqUrl = "/wit-rear-sj/#/pages/index/index";
|
|||
|
|
// 服务指南
|
|||
|
|
public static String hqfbUrl = "/wit-rear-sj/#/pages/hqfb/hqfb";
|
|||
|
|
// 个人中心
|
|||
|
|
public static String registerUrl = "/wit-rear-sj/#/pages/uinfo/uinfo";
|
|||
|
|
// 个人中心
|
|||
|
|
public static String registerUrlOfSchool = "/wit-rear-sj/#/pages/uinfo/uinfo2";
|
|||
|
|
// 用户帮助
|
|||
|
|
public static String helpUrl = "/wit-rear-sj/#/pages/tecSupport/tecSupport";
|
|||
|
|
// 大客户专版
|
|||
|
|
public static String enterpriseUrl = "/wit-rear-sj/#/pages/enterpriseIndex/enterpriseIndex";
|
|||
|
|
//访客授权
|
|||
|
|
public static String fksqUrl = "/wit-rear-sj/#/pages/invite2/invite2";
|
|||
|
|
|
|||
|
|
// 模版消息id
|
|||
|
|
public static String USER_UPD_TEMP = "d06lyxfA6ZRUXzpWewJlebnb_ehiEi3oW2JVA9xOFNI"; // 用户注册成功 通知管理员审核
|
|||
|
|
public static String VISITOR_REQ_TEMP = "1caFZVSiKWUptq_mhGxw7I71x5FMaG4t2SNunTGzlko"; // 访客申请通知被访人
|
|||
|
|
public static String VISITOR_RES_TEMP = "3_WEeI_T03yEHqg_GAOu1a1pZDTf2BNSWrcG-3Zl90A"; // 访客申请通知申请人
|
|||
|
|
public static String CAR_PARK_TIP = "gptTqAycMXkFRgiSkS_RBw7surYHkffKtMI1nPC93tY"; // 停车结束通知,在停车时间结束前30分钟提醒车主
|
|||
|
|
public static String VISITOR_OVER = "oF0I7YQzVtgXE_7T_j2Ii-xq94P2fREYDiNIi_Lr5qk"; // 停车结束通知,在停车时间结束前30分钟提醒车主
|
|||
|
|
public static String SERVICE_NOTICE = "zTtWApFSvNigaumSKQGfstAwkaYx6Ut-Mzkw9-B5UgM";//服务通知
|
|||
|
|
|
|||
|
|
public static String PICKUP_GOODS= "pz9bgWMRjZ2dLtKpO1bpK4e4tYi2MuFj9vp5l1SZjQQ";//取药通知;
|
|||
|
|
public static String CHANGE_APPOINTMENT = "D2IAH0_Rf5KtJuh0GXQgmQxsX-kPGewbfyC49y25bs0";//预约变更成功通知
|
|||
|
|
// 详情地址
|
|||
|
|
public static String DETAIL_URL = "https://mp.weixin.qq.com/advanced/tmplmsg?action=edit&id=kAAHLWheJC-LaRyiBWVJEywLSKiYEc7cVsLabePYl0Y&token=189018442&lang=zh_CN";
|
|||
|
|
|
|||
|
|
public static String ADMIN_CHECK_USER = "o1Y6NxMP9rvnTRtY3H_Y7ar_IB3M"; // 临时审核用户 管理员 -- 刘小明
|
|||
|
|
|
|||
|
|
|
|||
|
|
//华中智慧后勤
|
|||
|
|
|
|||
|
|
// public static String appId = "wx61ecc513905e876a";// wxf4b4fe7a6e805bed //华中:wx61ecc513905e876a
|
|||
|
|
// // appSecret
|
|||
|
|
// public static String appSecret = "4eda9ed45b63df74c43884971ac676e5";// f1568e6fc102eeb6d5426322025f7cda 华中:4eda9ed45b63df74c43884971ac676e5
|
|||
|
|
//
|
|||
|
|
// // accrss_token
|
|||
|
|
// public static AccessTokenVo accessToken = null;
|
|||
|
|
// // jsapi_tickets
|
|||
|
|
// public static String ticket;;
|
|||
|
|
//
|
|||
|
|
// // 模板ID
|
|||
|
|
// public static String templateId = "";
|
|||
|
|
|
|||
|
|
// public static String DNS = "http://zhhq.cdzywpt.cn";
|
|||
|
|
//
|
|||
|
|
// // 域名
|
|||
|
|
// // 智慧后勤
|
|||
|
|
// public static String zhhqUrl = "/wit-rear-hz/#/pages/index/index";
|
|||
|
|
// // 服务指南
|
|||
|
|
// public static String hqfbUrl = "/wit-rear-hz/#/pages/hqfb/hqfb";
|
|||
|
|
// // 个人中心
|
|||
|
|
// public static String registerUrl = "/wit-rear-hz/#/pages/uinfo/uinfo";
|
|||
|
|
// // 个人中心
|
|||
|
|
// public static String registerUrlOfSchool = "/wit-rear-hz/#/pages/uinfo/uinfo2";
|
|||
|
|
// // 用户帮助
|
|||
|
|
// public static String helpUrl = "/wit-rear-hz/#/pages/tecSupport/tecSupport";
|
|||
|
|
// // 大客户专版
|
|||
|
|
// public static String enterpriseUrl = "/wit-rear-hz/#/pages/enterpriseIndex/enterpriseIndex";
|
|||
|
|
// //访客授权
|
|||
|
|
// public static String fksqUrl = "/wit-rear-hz/#/pages/invite2/invite2";
|
|||
|
|
//
|
|||
|
|
// // 模版消息id
|
|||
|
|
// public static String USER_UPD_TEMP = "d06lyxfA6ZRUXzpWewJlebnb_ehiEi3oW2JVA9xOFNI"; // 用户注册成功 通知管理员审核
|
|||
|
|
// public static String VISITOR_REQ_TEMP = "1caFZVSiKWUptq_mhGxw7I71x5FMaG4t2SNunTGzlko"; // 访客申请通知被访人
|
|||
|
|
// public static String VISITOR_RES_TEMP = "s0Qt3WuiyPLZNMqIcmps4OOu8cEse341SpPxIqmA8W8"; // 访客申请通知申请人 华中 s0Qt3WuiyPLZNMqIcmps4OOu8cEse341SpPxIqmA8W8
|
|||
|
|
// public static String CAR_PARK_TIP = ""; // 停车结束通知,在停车时间结束前30分钟提醒车主
|
|||
|
|
// public static String VISITOR_OVER = ""; // 停车结束通知,在停车时间结束前30分钟提醒车主
|
|||
|
|
// public static String SERVICE_NOTICE = "BsPC78tC9PcDBBglmqEjgqyXmFEGE4arWRlZt_NXeaI";//服务通知 华中 BsPC78tC9PcDBBglmqEjgqyXmFEGE4arWRlZt_NXeaI
|
|||
|
|
//
|
|||
|
|
// public static String PICKUP_GOODS= "4vgj2AwL7wqKyBZjTeIPsFwQE045fs9iJWlgLRAy3ec";//取药通知;
|
|||
|
|
// public static String CHANGE_APPOINTMENT = "-KOusW2p5M4P87GjgmywoCB4bvD0GD3eE3jbj1g3i9A";//预约变更成功通知
|
|||
|
|
// // 详情地址
|
|||
|
|
// public static String DETAIL_URL = "https://mp.weixin.qq.com/advanced/tmplmsg?action=edit&id=kAAHLWheJC-LaRyiBWVJEywLSKiYEc7cVsLabePYl0Y&token=189018442&lang=zh_CN";
|
|||
|
|
//
|
|||
|
|
// public static String ADMIN_CHECK_USER = "o1Y6NxMP9rvnTRtY3H_Y7ar_IB3M"; // 临时审核用户 管理员 -- 刘小明
|
|||
|
|
}
|