diff --git a/src/main/resources/static/docs/check-vote-available.html b/src/main/resources/static/docs/check-vote-available.html index 6f192f97..8633b56f 100644 --- a/src/main/resources/static/docs/check-vote-available.html +++ b/src/main/resources/static/docs/check-vote-available.html @@ -465,7 +465,7 @@

응답

"data" : { "isPossible" : false, "point" : 200, - "createdAt" : "2023-08-25 20:51:31" + "createdAt" : "2023-08-27 23:08:50" } } diff --git a/src/main/resources/static/docs/google.html b/src/main/resources/static/docs/google.html index af531fa5..7fd1a3ed 100644 --- a/src/main/resources/static/docs/google.html +++ b/src/main/resources/static/docs/google.html @@ -478,7 +478,7 @@

응답

"message" : "구글 구독 결제 검증 및 반영에 성공하였습니다.", "data" : { "productId" : "productId", - "expiredAt" : "2023-08-25T20:51:30.274390" + "expiredAt" : "2023-08-27T23:08:49.542865" } } @@ -493,8 +493,21 @@

Google 열람권 구매 검증하

요청

-
GET /api/v1/friend/recommend/school?page=0 HTTP/1.1
-Authorization: Bearer your-access-token
+
POST /api/v1/purchase/google/verify/ticket HTTP/1.1
+Content-Type: application/json;charset=UTF-8
+Authorization: Bearer your-access-token
+Content-Length: 214
+
+{
+  "orderId" : "orderId",
+  "packageName" : "packageName",
+  "productId" : "productId",
+  "purchaseTime" : 1,
+  "purchaseState" : 1,
+  "purchaseToken" : "purchaseToken",
+  "quantity" : 1,
+  "acknowledged" : true
+}
@@ -506,8 +519,12 @@

응답

Content-Type: application/json { - "status" : 200, - "message" : "인앱결제 검증에 성공했습니다." + "status" : 201, + "message" : "구글 인앱 결제 검증 및 반영에 성공하였습니다.", + "data" : { + "productId" : "productId", + "ticketCount" : 0 + } } @@ -518,7 +535,7 @@

응답

diff --git a/src/main/resources/static/docs/index.html b/src/main/resources/static/docs/index.html index dad0d7ec..9601d2ea 100644 --- a/src/main/resources/static/docs/index.html +++ b/src/main/resources/static/docs/index.html @@ -604,7 +604,7 @@

Pay API