Created
June 3, 2020 13:32
-
-
Save melice/bca7ccf1a3fb96cde36dc3a36bde501e to your computer and use it in GitHub Desktop.
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
{ | |
"catalogues": { | |
"index": "#", | |
"name": "巡检项目", | |
"date": "时间", | |
"type": "巡检结果" | |
}, | |
"items":[ | |
{ | |
"index": 1, | |
"name": "首页", | |
"date": "23/12/2012", | |
"type": "正常" | |
}, | |
{ | |
"index": 2, | |
"name": "登陆功能", | |
"date": "23/12/2012", | |
"type": "正常" | |
}, | |
{ | |
"index": 1, | |
"name": "检查功能一", | |
"date": "23/12/2012", | |
"type": "正常" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment