Public
Documentation Settings

reward-service-api

POST보상지급 API

http://localhost:8080/api/v1/rewards/publish
Bodyraw (json)
json
{
    "memberId": 11,
    "rewardId": 1
}

GET보상 데이터 조회 API

http://localhost:8080/api/v1/rewards/1

GET보상 조회 API

http://localhost:8080/api/v1/rewards/winners?rewardId=1&publishedAt=2022-11-28&orderBy=DESC
PARAMS
rewardId

1

보상 이벤트 ID

publishedAt

2022-11-28

조회할 날짜

orderBy

DESC

ASC/DESC

Loading