Last active
March 5, 2017 09:29
-
-
Save denny0223/ab0ccf9729482d6a86724a16289ebf75 to your computer and use it in GitHub Desktop.
SITCON Staff Checking Scenario
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"checkin": { | |
"order": 0, | |
"available_time": "2017/03/18 07:30 +0800", | |
"expire_time": "2017/03/18 17:00 +0800", | |
"countdown": 0, | |
"related_scenario": [ | |
{ | |
"id": "kit", | |
"unlock": true | |
}, | |
{ | |
"id": "radios", | |
"unlock": true | |
} | |
] | |
}, | |
"order_goods": { | |
"order": 1, | |
"available_time": "2017/03/18 07:30 +0800", | |
"expire_time": "2017/03/18 17:00 +0800", | |
"countdown": 60, | |
"lock_message": "Haven't Check-in", | |
"attr": [ | |
{ | |
"row_name": "order_shirt", | |
"attr_name": "order_shirt" | |
}, | |
{ | |
"row_name": "order_pillow", | |
"attr_name": "order_pillow" | |
} | |
] | |
}, | |
"shirt_size": { | |
"order": 2, | |
"available_time": "2017/03/18 07:30 +0800", | |
"expire_time": "2017/03/18 17:00 +0800", | |
"countdown": 30, | |
"lock_message": "Haven't Check-in" | |
}, | |
"radios": { | |
"order": 3, | |
"available_time": "2017/03/18 07:30 +0800", | |
"expire_time": "2017/03/18 17:00 +0800", | |
"countdown": 30, | |
"lock_message": "Haven't Check-in" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"checkin": {
"order": 0,
"available_time": "2017/03/18 07:30 +0800",
"expire_time": "2017/03/18 17:00 +0800",
"countdown": 0,
"related_scenario": [
{
"id": "kit",
"unlock": true
},
{
"id": "radios",
"unlock": true
}
]
},
"order_goods": {
"order": 1,
"available_time": "2017/03/18 07:30 +0800",
"expire_time": "2017/03/18 17:00 +0800",
"countdown": 60,
"lock_message": "Haven't Check-in",
"attr": [
{
"row_name": "order_shirt",
"attr_name": "order_shirt"
},
{
"row_name": "order_pillow",
"attr_name": "order_pillow"
}
]
},
"shirt_size":{
"order": 2,
"available_time": "2017/03/18 07:30 +0800",
"expire_time": "2017/03/18 17:00 +0800",
"countdown": 30,
"lock_message": "Haven't Check-in"
},
"radios": {
"order": 3,
"available_time": "2017/03/18 07:30 +0800",
"expire_time": "2017/03/18 17:00 +0800",
"countdown": 30,
"lock_message": "Haven't Check-in"
}
}