Skip to content
hochan Lee edited this page Jul 3, 2021 · 2 revisions
{
  "alarm": {
    "userID": "holee",
    "title": "친구요청",
    "content": "42_Dall님이 친구 요청을 보냈습니다.",
    "type": "addFriend",
    "link": "/profile"
  }
}
{
  "alarm": {
    "userID": "holee",
    "title": "게임패배",
    "content": "jwon님과 경기에서 패배했습니다.",
    "type": "defeat",
    "link": "/profile"
  }
}
{
  "alarm": {
    "userID": "holee",
    "title": "게임승리",
    "content": "Polarbear 님과 경기에서 승리했습니다.",
    "type": "win",
    "link": "/profile"
  }
}