Skip to content

Commit

Permalink
修改注释
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Oct 19, 2024
1 parent 78f02aa commit 7f3967e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public Object onChatroomMemberUpdated(@RequestBody ChatroomMemberUpdateEvent eve
消息审查示例。
如果允许发送,返回状态码为200,内容为空;如果替换内容发送,返回状态码200,内容为替换过的payload内容。如果不允许发送,返回状态码403。
注意如果没有替换内容运行原消息发送,要返回空内容,不要返回原消息!!!
*/
@PostMapping(value = "/message/censor")
public Object censorMessage(@RequestBody OutputMessageData event) {
Expand Down

0 comments on commit 7f3967e

Please sign in to comment.