Last active
September 6, 2016 06:29
-
-
Save xkyii/34b71e2c492fb16986db60c3d4595305 to your computer and use it in GitHub Desktop.
jkydt.mock
This file contains hidden or 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
{ | |
"examsites": [ | |
{ | |
"name": "长沙市交警支队科目一考场", | |
"address": "湖南省长沙市望城区普瑞大道", | |
"cartype": "A1, A2, A3, B1, B2, C1, C2, C5" | |
}, | |
{ | |
"name": "长沙支队科目一湘麓分考场", | |
"address": "湖南省长沙市岳麓区岳麓大道岳麓山大酒店旁", | |
"cartype": "C1, C2" | |
}, | |
{ | |
"name": "长沙支队远征科目一考场", | |
"address": "湖南省长沙市天心区中意二路", | |
"cartype": "B2, C1, C2, C5" | |
}, | |
{ | |
"name": "长沙支队科目一吉安分考场", | |
"address": "湖南省长沙市开福区凤亭路开福区政府北门", | |
"cartype": "C1, C2" | |
}, | |
{ | |
"name": "中南驾校科目一考场", | |
"address": "湖南省长沙县安沙镇毛塘工业园220号", | |
"cartype": "A1, B2, C1, C2" | |
} | |
] | |
} |
This file contains hidden or 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
{ | |
"menus": [ | |
{ | |
"title": "附 近", | |
"items": ["附近", "岳麓区", "天心区", "芙蓉区", "雨花区", "开福区", "长沙县", "望城区"] | |
}, | |
{ | |
"placeholder": true | |
}, | |
{ | |
"placeholder": true | |
} | |
], | |
"hospitals": [ | |
{ | |
"name": "长沙市第一医院", | |
"address": "长沙市芙蓉区营盘路311号" | |
}, | |
{ | |
"name": "中南大学湘雅二医院", | |
"address": "长沙市人民中路139号" | |
}, | |
{ | |
"name": "长沙东协盛医院", | |
"address": "长沙市芙蓉区东二环二段233号(长沙晚报大厦往南约300米)" | |
}, | |
{ | |
"name": "湖南省军区机关医院", | |
"address": "长沙市八一路与迎宾路交汇处八一路473号" | |
}, | |
{ | |
"name": "湖南省人民医院", | |
"address": "长沙市解放西路61号" | |
} | |
] | |
} |
This file contains hidden or 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
{ | |
"menus": [ | |
{ | |
"title": "附 近", | |
"items": ["附近", "岳麓区", "天心区", "芙蓉区", "雨花区", "开福区", "长沙县", "望城区"] | |
}, | |
{ | |
"title": "智能排序", | |
"items": ["智能排序", "离我最近", "人气最高", "评价最好", "学费最低"] | |
}, | |
{ | |
"title": "筛 选", | |
"items": ["不限", "C1", "C2"] | |
} | |
], | |
"schools": [ | |
{ | |
"name": "湘麓驾校", | |
"address": "岳麓区枫林路129号", | |
"star": 4, | |
"price": 3000, | |
"distance": "10000km" | |
}, | |
{ | |
"name": "湘麓驾校", | |
"addres": "岳麓区枫林路129号", | |
"star": 3, | |
"price": 3000, | |
"distance": "10000km" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment