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

17 行
305B

  1. [
  2. {
  3. "identifier": "ml_t-shirt",
  4. "name": "Mission Labs T-Shirt",
  5. "price": 2000,
  6. "sizes": ["XS", "S", "M", "L", "XL"],
  7. "category": "Merch"
  8. },
  9. {
  10. "identifier": "ml_beanie",
  11. "name": "Mission Labs Beanie",
  12. "price": 999,
  13. "sizes": ["OSFA"],
  14. "category": "Merch"
  15. }
  16. ]