Store

메인 - 보관하기 빈보관함 갯수 확인

빈보관함 갯수 확인 / {역 이름}

GET 18.183.199.196:8000/backend-service/store/empty/테스트역2

18.183.199.196:8000/backend-service/store/empty/테스트역3

// 리턴
```json
{
    "smallCount": 0,
    "midCount": 5,
    "bigCount": 0
}
```
```json
{
    "smallCount": 6,
    "midCount": 6,
    "bigCount": 0
}
```

보관 - 보관함 정보 list

보관 - 보관함 정보 / {stationName}

GET 54.168.210.4:8000/backend-service/store/storage/테스트역1

18.183.199.196:8000/backend-service/store/storage/테스트역0

보관함 사이즈 주면 사이즈당 비용 리턴

보관함 사이즈 주면 사이즈당 비용 리턴 / {stationName} / {size}

GET 54.168.210.4:8000/backend-service/store/fee/테스트역1/MID

18.183.199.196:8000/backend-service/store/fee/테스트역0/MID

보관함 비밀번호 (작동)

18.183.199.196:8000/backend-service/store/id/store?storeId=15

GET 18.183.199.196:8000/backend-service/store/id/store

Query Parameters

Name
Type
Description

storeId

String

보관 주문

보관 주문 요청

POST 127.0.0.1:8000/backend-service/store/

Request Body

Name
Type
Description

userId*

long

0~3

storageId*

long

1~50

Last updated