tag.js 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. const tagList = [];
  2. for (let i = 1; i < 89; i++) {
  3. tagList.push({
  4. id: String(i),
  5. name: '标签-' + i,
  6. code: 'Tag-test-' + i,
  7. groupId: 'd513401461284feea555a3e0abc5974a' + i,
  8. groupName: "小学310" + i,
  9. type: 'COURSE',
  10. status: 'NORMAL',
  11. gmtCreated: 1512956695000,
  12. gmtModified: 1512971472000,
  13. merchantId: "87",
  14. itemList: [{
  15. id: "061bf606584c4efdab1e0e6b7a71893b",
  16. subId: "b3bfc6d5b15e474c95db98bd754cfeaf",
  17. code: "K-test-311",
  18. name: "小学310",
  19. type: "COURSE",
  20. merchantId: "87",
  21. sort: 1,
  22. status: "SALE",
  23. gmtCreated: 1512981450000,
  24. gmtModified: 1512981450000,
  25. priceList: null,
  26. tagList: null,
  27. course: null,
  28. support: null
  29. },{
  30. id: "061bf606584c4efdab1e0e6b7a71751b",
  31. subId: "b3bfc6d5b15e474c95db98bd754cfeaf",
  32. code: "K-test-311",
  33. name: "小学330",
  34. type: "COURSE",
  35. merchantId: "87",
  36. sort: 2,
  37. status: "SALE",
  38. gmtCreated: 1512981450000,
  39. gmtModified: 1512981450000,
  40. priceList: null,
  41. tagList: null,
  42. course: null,
  43. support: null
  44. }],
  45. });
  46. }
  47. module.exports = { tagList };