fix(chat): 외부 채팅 API userName 필드명을 맞춘다

This commit is contained in:
2026-04-03 12:09:23 +09:00
parent 87c47f8143
commit df33ab665e
2 changed files with 7 additions and 2 deletions

View File

@@ -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