프로필 수정 API

This commit is contained in:
2023-08-18 19:15:19 +09:00
parent 9236aece18
commit 25be1a6adc
9 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package kr.co.vividnext.sodalive.member
data class GetChangeNicknamePriceResponse(val price: Int)