GET api/PublicV720/GetWeather?city={city}&province={province}&newspapergroupId={newspapergroupId}

获取天气

Request Information

URI Parameters

NameDescriptionTypeAdditional information
city

城市(杭州、成都)

string

Default value is 杭州

province

省(浙江、四川)

string

Default value is 浙江

newspapergroupId

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.