本番環境
Orderの状態についての通知をリクエストする。 サーバーはリクエストを受け取ると、直ちに現在の状態を通知する。 そしてリクエストがあったセッションについて、状態変化時に通知を送信する。
Available only on servers:
Accepts the following message:
{
"type": "request",
"data": {
"include": true
}
}
Donの状態についての通知をリクエストする。 サーバーはリクエストを受け取ると、直ちに現在の状態を通知する。 そしてリクエストがあったセッションについて、状態変化時に通知を送信する。
Available only on servers:
Accepts the following message:
{
"type": "request",
"data": {
"include": true
}
}
Orderの状態についての通知
Available only on servers:
Accepts the following message:
{
"type": "state",
"data": {
"orders": [
{
"id": "string",
"call_num": 0,
"state": "ordered",
"dons": [
{
"id": "string",
"state": "ordered"
}
]
}
]
}
}
Accepts the following message:
{
"type": "state",
"data": {
"dons": [
{
"id": "string",
"state": "ordered"
}
]
}
}
リクエスト時に設定するオプション
Orderオブジェクト
Donオブジェクト