We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c0fc97 + 189a01d commit f3333a8Copy full SHA for f3333a8
src/bookmark/service/bookmark.service.js
@@ -115,6 +115,7 @@ export const BookmarkService = {
115
116
return {
117
id: Number(bookmark.commission.id),
118
+ bookmarkId: Number(bookmark.id),
119
title: bookmark.commission.title,
120
minPrice: bookmark.commission.minPrice,
121
category: bookmark.commission.category,
src/common/swagger/bookmark.json
@@ -290,6 +290,7 @@
290
"type": "object",
291
"properties": {
292
"id": { "type": "integer", "example": 1 },
293
+ "bookmarkId": { "type": "integer", "example": 5 },
294
"title": { "type": "string", "example": "커미션 제목" },
295
"minPrice": { "type": "integer", "example": 10000 },
296
"category": {
0 commit comments