|
@ -179,7 +179,7 @@ public class WeiXinEventProcess {
|
|
|
|
|
|
Map<String, String> oldzhaohuService = new HashMap<>();
|
|
|
// 图文URL
|
|
|
String urlOld = "https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri=https%3A%2F%2Fzhyzh.gongshu.gov.cn%2Fhlwyy%2Fmedical-care-patient%2FtoGround%2Findex%3FVNK%3Db80dd777";
|
|
|
String urlOld = "https://open.weixin.qq.com/connect/oauth2/authorize?appid={appId}&redirect_uri=https%3A%2F%2Fzhyzh.gongshu.gov.cn%2Fmedical-care-patient%2FtoGround%2Findex&response_type=code&scope=snsapi_base&state=STATE#wechat_redirect";
|
|
|
urlOld = urlOld.replace("{appId}", appId);
|
|
|
oldzhaohuService.put("Url", urlOld);
|
|
|
oldzhaohuService.put("Title", "老人照护服务介绍");
|