GET api/localTour/collect/refIDs/{type}?startDate={startDate}&endDate={endDate}

獲取主題/城市屬性ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

1.theme, 2.city attribute

integer

Required

startDate

date

None.

endDate

date

None.

Body Parameters

None.

Response Information

Resource Description

獲取主題/城市屬性ID

ReturnResultOfListOfInt32
NameDescriptionTypeAdditional information
data

Collection of integer

None.

code

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

integer

None.

message

提示消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    1,
    2
  ],
  "code": 1,
  "message": "sample string 2"
}