Commit 0a3b6760 by xiongjiangtao

群统计

parent 0b5ee65c
......@@ -1202,7 +1202,7 @@ public class ChatDataController extends NewBaseController {
* @return
*/
@RequestMapping("export-group-chat-details")
public RestResponse<Object> exportGroupChatDetails(@RequestBody SingleChatOverviewReq req) {
public RestResponse<Object> exportGroupChatDetails(@RequestBody GroupChatChatDetailReq req) {
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