Merge pull request #48 from microsoft/issue-47

change message menu from string to number
This commit is contained in:
Tianyu You 2020-04-21 13:25:16 +08:00 коммит произвёл GitHub
Родитель 5bbcd96f59 1f800b12c6
Коммит a34fde7901
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 12 удалений

Просмотреть файл

@ -1,14 +1,13 @@
{
"head_content": "Are you satisfied with this service?",
"list": [
{
"id": "101",
"content": "Satisfied"
},
{
"id": "102",
"content": "NotSatisfied"
}
],
"tail_content": "You are welcome to come back again."
"head_content": "Are you satisfied with this service?",
"list": [{
"id": 101,
"content": "Satisfied"
},
{
"id": 102,
"content": "NotSatisfied"
}
],
"tail_content": "You are welcome to come back again."
}