123456789101112131415161718192021222324252627282930 |
- {
- "result": 1,
- "description": null,
- "data": {
- "total": 12,
- "dataList": [
- {
- "id": "1",
- "createdTime": "2018-05-10 10:10",
- "title": "标题1",
- "sex":0,
- "content": "口令1"
- },
- {
- "id": "2",
- "createdTime": "2018-01-10 10:10",
- "title": "标题2",
- "sex":1,
- "content": "口令2"
- },
- {
- "id": "3",
- "createdTime": "2018-01-10 10:10",
- "title": "标题3",
- "sex":2,
- "content": "口令3"
- }
- ]
- }
- }
|