그룹전송(JSON)
json 으로 생성된 여러사용자에게 전송
그룹전송
Request Body
Name
Type
Description
{
"result": "success",
"data": {
"send_count": 2
}
}{
"result": "failed",
"reason": "잘못된 JSON 형식입니다."
}{
"result": "failed",
"reason": "유효하지 않은 키값입니다."
}{
"result": "failed",
"reason": "존재하지 않는 사용자입니다."
}[
{
"user_id":"user_id",
"title":"title",
"body":"body",
"badge":1,
"image_url":"https://img.domain.com/image.jpg",
"url":"https://domain.com/index.php"
}
]sample
Last updated