Skip to content

Commit 7f3967e

Browse files
author
heavyrian2012
committed
修改注释
1 parent 78f02aa commit 7f3967e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/cn/wildfirechat/app/IMCallbackController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public Object onChatroomMemberUpdated(@RequestBody ChatroomMemberUpdateEvent eve
124124
消息审查示例。
125125
126126
如果允许发送,返回状态码为200,内容为空;如果替换内容发送,返回状态码200,内容为替换过的payload内容。如果不允许发送,返回状态码403。
127+
注意如果没有替换内容运行原消息发送,要返回空内容,不要返回原消息!!!
127128
*/
128129
@PostMapping(value = "/message/censor")
129130
public Object censorMessage(@RequestBody OutputMessageData event) {

0 commit comments

Comments
 (0)