|
@@ -52,7 +52,7 @@ public class ComplaintsService {
|
|
|
if (StringUtil.isBlank(complaint.getResponse())) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.NULL_POINTER, "回复内容不能为空!");
|
|
|
}
|
|
|
- String msgContent = "{\"touser\":\"" + complaint.getOpenId() + "\",\"data\":" +
|
|
|
+ String msgContent = "{\"touser\":\"" + complaint.getOpenid() + "\",\"data\":" +
|
|
|
"{\"keyword1\":{\"color\":\"#173177\",\"value\":\"" + complaint.getContent() + "\"}," +
|
|
|
"\"keyword2\":{\"color\":\"#173177\",\"value\":\"" + DateUtil.formatDatetime(complaint.getCreateDatetime()) + "\"}," +
|
|
|
"\"keyword3\":{\"color\":\"#173177\",\"value\":\"" + complaint.getResponse() + "\"}," +
|