-
Notifications
You must be signed in to change notification settings - Fork 0
구독 서비스 추출
Lucas edited this page Dec 2, 2019
·
2 revisions
Context-type : application/json
POST /mypage/subList/card{
"nxtQyKey": "다음 조회 키"
}Sucess
{
"inputData": {
"title": "서비스이름",
"date": "결제날자",
"cost": "요금"
}
}Context-type : application/json
POST /mypage/subList/bank{
"account": "조회할 계좌번호"
}Sucess
{
"inputData": {
"title": "서비스이름",
"date": "결제날자",
"cost": "요금"
}
}