App 포인트 별 당일 누적/변환량 정보 조회
{
"return": 0,
"message": "success",
"value": [
{
"app_id": 1,
"point_dailys": [
{
"point_id": 1,
"today_acq_quantity": 600,
"today_acq_exchange_quantity": 891
}
]
},
{
"app_id": 2,
"point_dailys": [
{
"point_id": 2,
"today_acq_quantity": 0,
"today_acq_exchange_quantity": 0
}
]
},
{
"app_id": 3,
"point_dailys": [
{
"point_id": 3,
"today_acq_quantity": 0,
"today_acq_exchange_quantity": 0
}
]
},
{
"app_id": 4,
"point_dailys": [
{
"point_id": 3,
"today_acq_quantity": 0,
"today_acq_exchange_quantity": 0
}
]
}
]
}key
data type
desc.
return
message
desc.
Last updated