Skip to content

구독 서비스 추출

Lucas edited this page Dec 2, 2019 · 2 revisions

카드 내역

Context-type : application/json

POST /mypage/subList/card


Request

{  
    "nxtQyKey": "다음 조회 키"
}


Response

Sucess

{
    "inputData": {
        "title": "서비스이름",
        "date": "결제날자",
        "cost": "요금"
    }
}



은행 내역

Context-type : application/json

POST /mypage/subList/bank


Request

{  
    "account": "조회할 계좌번호"
}


Response

Sucess

{
    "inputData": {
        "title": "서비스이름",
        "date": "결제날자",
        "cost": "요금"
    }
}

Clone this wiki locally