GET entity/get_near_location?address={address}

模糊查询附近信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
address

string

Required

Body Parameters

None.

Response Information

Resource Description

模糊查询附近信息

DataResponseOfString
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": "sample string 4"
}