Skip to content

Commit

Permalink
解决回调错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Aug 19, 2022
1 parent 06fd032 commit 9310bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public Object onConferenceMemberLeaved(@RequestBody ConferenceLeaveEvent event)
}

@PostMapping(value = "/im_event/conference/member_publish")
public Object onConferenceMemberPublished(@RequestBody ConferenceLeaveEvent event) {
public Object onConferenceMemberPublished(@RequestBody ConferencePublishEvent event) {
System.out.println("conference member published:" + event);
return "ok";
}
Expand Down

0 comments on commit 9310bf1

Please sign in to comment.