Skip to content

Commit

Permalink
✅ 관심 상품 목록 조회 호출 테스트 (#27)
Browse files Browse the repository at this point in the history
- 파라미터 member_id, likes, status

Related to: #27
  • Loading branch information
jun108059 committed Feb 7, 2023
1 parent 75543b5 commit 79f6a21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions http/product.http
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,8 @@ Authorization: Bearer {{TOKEN}}

### 상품리스트 조회 (상품 상태별 조회 2)
GET http://localhost:8081/api/v1/product/list?member_id=1&status=RESERVED
Authorization: Bearer {{TOKEN}}

### 상품리스트 조회 (특정회원 + 좋아요 + 거래상태)
GET http://localhost:8081/api/v1/product/list?member_id=1&likes=true&status=TRADING
Authorization: Bearer {{TOKEN}}

0 comments on commit 79f6a21

Please sign in to comment.