catalog.json 692 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "state": "200",
  3. "message": "success",
  4. "data": [
  5. {
  6. "id": 1000,
  7. "index": 0,
  8. "title": "第一章 落魄青年"
  9. },
  10. {
  11. "id": 1001,
  12. "index": 1,
  13. "title": "第二章 不吃霸王餐"
  14. },
  15. {
  16. "id": 1002,
  17. "index": 2,
  18. "title": "第三章 设计"
  19. },
  20. {
  21. "id": 1003,
  22. "index": 3,
  23. "title": "第四章 将计就计"
  24. },
  25. {
  26. "id": 1004,
  27. "index": 4,
  28. "title": "第五章 出手救治"
  29. },
  30. {
  31. "id": 1005,
  32. "index": 5,
  33. "title": "第六章 美女请吃饭"
  34. },
  35. {
  36. "id": 1006,
  37. "index": 6,
  38. "title": "第七章 没有免费的午餐"
  39. }
  40. ]
  41. }