晴空工具箱的使用(可做模拟服务器用)

右侧黑色条–右键–tool–网址服务器工具
在这里插入图片描述
浏览器输入http://192.168.169.1/home
在这里插入图片描述

{
  "response": "home",
  "home_classlist": [
    {
      "id": "1",
      "pic": "http://192.168.169.1/images/home/gallery1/1.png",
      "title": "限时抢购",
      "type": "1"
    },
    {
      "id": "2",
      "pic": "http://192.168.169.1/images/home/gallery1/2.png",
      "title": "促销快报",
      "type": "2"
    },
    {
      "id": "3",
      "pic": "http://192.168.169.1/images/home/gallery1/3.png",
      "title": "新品上架",
      "type": "3"
    },
    {
      "id": "4",
      "pic": "http://192.168.169.1/images/home/gallery1/4.png",
      "title": "热门单品",
      "type": "4"
    },
    {
      "id": "5",
      "pic": "http://192.168.169.1/images/home/gallery1/5.png",
      "title": "推荐品牌",
      "type": "5"
    }
  ],
  "home_banner": [
    {
      "id": "1",
      "pic": "http://192.168.169.1/images/home/gallery/1.png",
      "title": "活动1"
    },
    {
      "id": "2",
      "pic": "http://192.168.169.1/images/home/gallery/2.png",
      "title": "活动2"
    },
    {
      "id": "3",
      "pic": "http://192.168.169.1/images/home/gallery/3.png",
      "title": "活动3"
    },
    {
      "id": "4",
      "pic": "http://192.168.169.1/images/home/gallery/4.png",
      "title": "活动4"
    },
    {
      "id": "5",
      "pic": "http://192.168.169.1/images/home/gallery/5.png",
      "title": "活动5"
    }
  ]
}

猜你喜欢

转载自blog.csdn.net/xiyangyang8110/article/details/123241349