|
@@ -192,7 +192,7 @@ public class UserCenterService {
|
|
|
data.put("keyword4", this.getMsgItem(position));
|
|
|
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);
|
|
|
}
|