POST api/hotel/common/city/update/{source}
生成城市信息索引
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
source |
接口(wtl/techson) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
生成城市信息索引
ReturnResultName | Description | Type | Additional information |
---|---|---|---|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2" }