浏览代码

调整链接地址

yuhaitao14 7 年之前
父节点
当前提交
49239cf8de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      shop/src/main/java/com/zskk/shop/service/UserCenterService.java

+ 1 - 1
shop/src/main/java/com/zskk/shop/service/UserCenterService.java

@@ -192,7 +192,7 @@ public class UserCenterService {
 			data.put("keyword4", this.getMsgItem(position));
 			data.put("keyword4", this.getMsgItem(position));
 			data.put("remark", this.getMsgItem(remark));
 			data.put("remark", this.getMsgItem(remark));
 			
 			
-			this.sendTemplateMsg(companyid, uid, reprotPushTemplateId, myhost + "rjreport/" + reportid, JSON.toJSONString(data));
+			this.sendTemplateMsg(companyid, uid, reprotPushTemplateId, myhost + "api/rjreport/" + reportid, JSON.toJSONString(data));
 		}
 		}
 		return new ControllerResult(Boolean.TRUE);
 		return new ControllerResult(Boolean.TRUE);
 	}
 	}