123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- const tagList = [];
- for (let i = 1; i < 89; i++) {
- tagList.push({
- id: String(i),
- name: '标签-' + i,
- code: 'Tag-test-' + i,
- groupId: 'd513401461284feea555a3e0abc5974a' + i,
- groupName: "小学310" + i,
- type: 'COURSE',
- status: 'NORMAL',
- gmtCreated: 1512956695000,
- gmtModified: 1512971472000,
- merchantId: "87",
- itemList: [{
- id: "061bf606584c4efdab1e0e6b7a71893b",
- subId: "b3bfc6d5b15e474c95db98bd754cfeaf",
- code: "K-test-311",
- name: "小学310",
- type: "COURSE",
- merchantId: "87",
- sort: 1,
- status: "SALE",
- gmtCreated: 1512981450000,
- gmtModified: 1512981450000,
- priceList: null,
- tagList: null,
- course: null,
- support: null
- },{
- id: "061bf606584c4efdab1e0e6b7a71751b",
- subId: "b3bfc6d5b15e474c95db98bd754cfeaf",
- code: "K-test-311",
- name: "小学330",
- type: "COURSE",
- merchantId: "87",
- sort: 2,
- status: "SALE",
- gmtCreated: 1512981450000,
- gmtModified: 1512981450000,
- priceList: null,
- tagList: null,
- course: null,
- support: null
- }],
- });
- }
- module.exports = { tagList };
|