Commit dc45157f by 徐高华

/

parent 35186da2
...@@ -85,8 +85,8 @@ public class GroupChatPlanController { ...@@ -85,8 +85,8 @@ public class GroupChatPlanController {
} }
@RequestMapping("reflush-send-msg") @RequestMapping("reflush-send-msg")
public RestResponse<Object> reflush(String wxEnterpriseId, String enterpriseId, Long ownLogId) { public RestResponse<Object> reflush(String wxEnterpriseId, String enterpriseId, Long ownerLogId) {
this.groupChatPlanApiService.reflushSendInfo(ownLogId); this.groupChatPlanApiService.reflushSendInfo(ownerLogId);
return RestResponse.successResult(); return RestResponse.successResult();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment