GET api/redisgettest?key={key}

请求信息

URI 参数

NameDescriptionTypeAdditional information
key

string

Required

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfArea
NameDescriptionTypeAdditional information
data

Area

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": {
    "ID": 1,
    "Name": "sample string 2",
    "MainID": 3,
    "Sign": 4,
    "AreaID1": 5,
    "AreaID2": 6,
    "AreaID3": 7,
    "AreaName1": "sample string 8",
    "AreaName2": "sample string 9",
    "AreaName3": "sample string 10",
    "AreaIsClose": 11,
    "Code": 12,
    "HasSon": 13
  },
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.