wolf2w_cloud-master

狼性天下


旅游攻略_主题推荐展示

<center></center>

[TOC]

简要描述
  • 攻略首页——主题推荐展示
    请求url
  • http://localhost:9000/article/strategies/themeCds
    请求方式
  • GET
    封装VO对象参数
参数名 数据类型 说明
themeName String 主题名称
tdestsype List<Destination> 对应主题下所有攻略目的地集合
返回示例
  {
    &quot;msg&quot;: &quot;success&quot;,
    &quot;code&quot;: 200,
    &quot;data&quot;: [{
            &quot;themeName&quot;: &quot;户外&quot;,
            &quot;dests&quot;: [
                {
                    &quot;id&quot;: 355,
                    &quot;name&quot;: &quot;广州&quot;,
                },
                {
                    &quot;id&quot;: 29,
                    &quot;name&quot;: &quot;上海&quot;,
                },
                     ]
          },
          {
            &quot;themeName&quot;: &quot;购物&quot;,
            &quot;dests&quot;: [
                {
                    &quot;id&quot;: 355,
                    &quot;name&quot;: &quot;广州&quot;,
                },
                {
                    &quot;id&quot;: 29,
                    &quot;name&quot;: &quot;上海&quot;,
                }...
                     ]
          }]
  }

页面列表

ITEM_HTML