暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

categories.json 221B

12345678910111213141516171819202122
  1. [
  2. {
  3. "id": 1,
  4. "name": "Coffee"
  5. },
  6. {
  7. "id": 2,
  8. "name": "Tea"
  9. },
  10. {
  11. "id": 3,
  12. "name": "Chocolate"
  13. },
  14. {
  15. "id": 4,
  16. "name": "Snacks"
  17. },
  18. {
  19. "id": 5,
  20. "name": "Ice Cream"
  21. }
  22. ]