From 26343795c26f31663ee610246538ae2f46e2cc92 Mon Sep 17 00:00:00 2001 From: "sumi.byun" Date: Tue, 22 Oct 2024 12:08:27 +0900 Subject: [PATCH 1/2] Update gotcha.md --- docs/api/gotcha/gotcha.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api/gotcha/gotcha.md b/docs/api/gotcha/gotcha.md index d6885d6..2a25c9c 100644 --- a/docs/api/gotcha/gotcha.md +++ b/docs/api/gotcha/gotcha.md @@ -41,3 +41,10 @@ pet을 뽑기 할 수 있습니다. ] } ``` + +### 400 error +- 포인트가 부족할 경우 발생 가능 +- 요청 이상 + +### 500 error +- 서버 이슈 From 80413a2c111993dd7004fb4621258e503a0c6af9 Mon Sep 17 00:00:00 2001 From: devxb Date: Tue, 22 Oct 2024 23:38:21 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=EC=83=81=EC=A0=90=EC=9D=98=20?= =?UTF-8?q?=EC=A1=B0=ED=9A=8C=EA=B0=80=EB=8A=A5=ED=95=9C=20=ED=8E=AB=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=EC=97=90=20=ED=95=A0=EB=A1=9C=EC=9C=88?= =?UTF-8?q?=ED=8E=AB=EB=93=A4=EC=9D=84=20=EC=B6=94=EA=B0=80=ED=95=9C?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kotlin/org/gitanimals/auction/domain/PersonaType.kt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/kotlin/org/gitanimals/auction/domain/PersonaType.kt b/src/main/kotlin/org/gitanimals/auction/domain/PersonaType.kt index 72348f4..9c2c7ed 100644 --- a/src/main/kotlin/org/gitanimals/auction/domain/PersonaType.kt +++ b/src/main/kotlin/org/gitanimals/auction/domain/PersonaType.kt @@ -68,4 +68,10 @@ enum class PersonaType { SLOTH_KING, SLOTH_SUNGLASSES, TURTLE, + SLIME_PUMPKIN_1, + SLIME_PUMPKIN_2, + GHOST, + GHOST_KING, + SCREAM, + SCREAM_GHOST, }