adwords 618 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "result": 1,
  3. "description": null,
  4. "data": {
  5. "total": 12,
  6. "dataList": [
  7. {
  8. "id": "1",
  9. "createdTime": "2018-05-10 10:10",
  10. "title": "标题1",
  11. "sex":0,
  12. "content": "口令1"
  13. },
  14. {
  15. "id": "2",
  16. "createdTime": "2018-01-10 10:10",
  17. "title": "标题2",
  18. "sex":1,
  19. "content": "口令2"
  20. },
  21. {
  22. "id": "3",
  23. "createdTime": "2018-01-10 10:10",
  24. "title": "标题3",
  25. "sex":2,
  26. "content": "口令3"
  27. }
  28. ]
  29. }
  30. }