Commit 68f64b05 by 徐高华

Merge branch 'feature/社群' into 'developer'

/

See merge request !805
parents f78b11fa dc45157f
...@@ -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