GET api/CommunityV770/CityCountyList

城市区县

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfNewtonsoft.Json.Linq.JArray
NameDescriptionTypeAdditional information
success

boolean

None.

code

integer

None.

data

Collection of Object

None.

addcoin

integer

None.

message

string

None.

page

integer

None.

allPage

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "code": 2,
  "data": null,
  "addcoin": 3,
  "message": "sample string 4",
  "page": 5,
  "allPage": 6
}