export function getCategoryList() {
  return [
    {
      groupId: '24948',
      name: '女装',
      thumbnail:
        'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
      children: [
        {
          groupId: '249481',
          name: '女装',
          thumbnail:
            'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
          children: [
            {
              groupId: '249480',
              name: '卫衣',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-1.png',
            },
            {
              groupId: '249480',
              name: '毛呢外套',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-2.png',
            },
            {
              groupId: '249480',
              name: '雪纺衫',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-3.png',
            },
            {
              groupId: '249480',
              name: '羽绒服',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-4.png',
            },
            {
              groupId: '249480',
              name: '毛衣',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-5.png',
            },
            {
              groupId: '249480',
              name: '棉衣',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-6.png',
            },
            {
              groupId: '249480',
              name: '西装',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-7.png',
            },
            {
              groupId: '249480',
              name: '马甲',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-8.png',
            },
            {
              groupId: '249480',
              name: '连衣裙',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-9.png',
            },
            {
              groupId: '249480',
              name: '半身裙',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-10.png',
            },
            {
              groupId: '249480',
              name: '裤子',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-11.png',
            },
          ],
        },
      ],
    },
    {
      groupId: '24948',
      name: '男装',
      thumbnail:
        'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
      children: [
        {
          groupId: '249481',
          name: '男装',
          thumbnail:
            'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
          children: [
            {
              groupId: '249480',
              name: '卫衣',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-1.png',
            },
            {
              groupId: '249480',
              name: '裤子',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-11.png',
            },
            {
              groupId: '249480',
              name: '西装',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-7.png',
            },
            {
              groupId: '249480',
              name: '羽绒服',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-4.png',
            },
            {
              groupId: '249480',
              name: '马甲',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-8.png',
            },
          ],
        },
      ],
    },
    {
      groupId: '24948',
      name: '儿童装',
      thumbnail:
        'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
      children: [
        {
          groupId: '249481',
          name: '儿童装',
          thumbnail:
            'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
          children: [
            {
              groupId: '249480',
              name: '马甲',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-8.png',
            },
            {
              groupId: '249480',
              name: '裤子',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-11.png',
            },
            {
              groupId: '249480',
              name: '连衣裙',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/classify/img-9.png',
            },
            {
              groupId: '249480',
              name: '其他',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/goods/muy-3b.png',
            },
          ],
        },
      ],
    },
    {
      groupId: '24948',
      name: '美妆',
      thumbnail:
        'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
      children: [
        {
          groupId: '249481',
          name: '美妆',
          thumbnail:
            'https://cdn-we-retail.ym.tencent.com/miniapp/category/category-default.png',
          children: [
            {
              groupId: '249480',
              name: '唇釉',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/goods/mz-20a1.png',
            },
            {
              groupId: '249480',
              name: '美妆蛋',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/goods/mz-11a1.png',
            },
            {
              groupId: '249480',
              name: '眼影',
              thumbnail:
                'https://cdn-we-retail.ym.tencent.com/tsr/goods/mz-12b.png',
            },
          ],
        },
      ],
    },
  ];
}