fix(chat): 외부 채팅 API userName 필드명을 맞춘다
This commit is contained in:
@@ -865,7 +865,7 @@ class ChatRoomService(
|
||||
|
||||
val requestBody = mapOf(
|
||||
"userId" to userId,
|
||||
"username" to username,
|
||||
"userName" to username,
|
||||
"characterId" to characterUUID,
|
||||
"message" to message,
|
||||
"sessionId" to sessionId
|
||||
|
||||
Reference in New Issue
Block a user