POST api/localTour/bookmark/list?memberId={memberId}&pageIndex={pageIndex}&pageSize={pageSize}&lang={lang}

获取收藏的主题

Request Information

URI Parameters

NameDescriptionTypeAdditional information
memberId

integer

Required

pageIndex

integer

Required

pageSize

integer

Required

lang

string

Required

Body Parameters

None.

Response Information

Resource Description

获取收藏的主题

ReturnResultOfListRpContract2
NameDescriptionTypeAdditional information
data

ListRpContract2

None.

code

状态码:100成功,其他自定义

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "themeattribute": [
      {
        "attributeinfo": [
          {
            "attid": 1,
            "name": "sample string 2",
            "content": "sample string 3",
            "parentid": 4
          },
          {
            "attid": 1,
            "name": "sample string 2",
            "content": "sample string 3",
            "parentid": 4
          }
        ],
        "attid": 1,
        "name": "sample string 2",
        "content": "sample string 3",
        "parentid": 4
      },
      {
        "attributeinfo": [
          {
            "attid": 1,
            "name": "sample string 2",
            "content": "sample string 3",
            "parentid": 4
          },
          {
            "attid": 1,
            "name": "sample string 2",
            "content": "sample string 3",
            "parentid": 4
          }
        ],
        "attid": 1,
        "name": "sample string 2",
        "content": "sample string 3",
        "parentid": 4
      }
    ],
    "themelist": {
      "total_count": 1,
      "page": 2,
      "page_size": 3,
      "data_list": [
        {
          "minprice": 1.0,
          "orgminprice": 2.0,
          "effect": 3,
          "image": "sample string 4",
          "themeId": 5,
          "themeNo": "sample string 6",
          "hit": 7,
          "rate": 8.0,
          "recommetCount": 9,
          "cutOffDate": 10,
          "youtubeUrl": "sample string 11",
          "googleUrl": "sample string 12",
          "departStartDate": "2024-12-23T09:56:38.53746+08:00",
          "departEndDate": "2024-12-23T09:56:38.53746+08:00",
          "createdate": "2024-12-23T09:56:38.53746+08:00",
          "themename": "sample string 20",
          "themenotice": "sample string 21",
          "themecontent": "sample string 22",
          "themeduration": "sample string 23",
          "themeext1": "sample string 24",
          "themeext2": "sample string 25",
          "publicitydetails": "sample string 26",
          "ishot": true,
          "lastupdate": "2024-12-23T09:56:38.53746+08:00"
        },
        {
          "minprice": 1.0,
          "orgminprice": 2.0,
          "effect": 3,
          "image": "sample string 4",
          "themeId": 5,
          "themeNo": "sample string 6",
          "hit": 7,
          "rate": 8.0,
          "recommetCount": 9,
          "cutOffDate": 10,
          "youtubeUrl": "sample string 11",
          "googleUrl": "sample string 12",
          "departStartDate": "2024-12-23T09:56:38.53746+08:00",
          "departEndDate": "2024-12-23T09:56:38.53746+08:00",
          "createdate": "2024-12-23T09:56:38.53746+08:00",
          "themename": "sample string 20",
          "themenotice": "sample string 21",
          "themecontent": "sample string 22",
          "themeduration": "sample string 23",
          "themeext1": "sample string 24",
          "themeext2": "sample string 25",
          "publicitydetails": "sample string 26",
          "ishot": true,
          "lastupdate": "2024-12-23T09:56:38.53746+08:00"
        }
      ],
      "page_count": 1,
      "skip": 4
    },
    "attrcontent": "sample string 1",
    "description": "sample string 2",
    "themeattributeinfo": {
      "attrdetaillist": [
        {
          "attid": 1,
          "name": "sample string 2",
          "content": "sample string 3",
          "parentid": 4
        },
        {
          "attid": 1,
          "name": "sample string 2",
          "content": "sample string 3",
          "parentid": 4
        }
      ],
      "themeattrlist": [
        {
          "ThemeId": 1,
          "AttIdList": [
            1,
            2
          ]
        },
        {
          "ThemeId": 1,
          "AttIdList": [
            1,
            2
          ]
        }
      ]
    }
  },
  "code": 1,
  "message": "sample string 2"
}