- 公共请求参数
- 公共返回结果
- 接口说明模板
- app-user
- 用户相关接口
- KYC税务表单接口
- 工单相关接口
- 沟通记录相关接口
- 审核相关接口
- KYC资料相关接口
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- app-client
- 用户相关接口
- 审核相关接口
- 工单相关接口
- KYC税务表单接口
- 沟通记录相关接口
- KYC资料相关接口(临时保存)
- 通行证相关接口
- 风险等级测评接口
- 银行卡相关接口
- 大额投资者认证接口
- 零售客户行情订阅相关接口
- 交易系统相关接口
- 券商注册
- app-control
- app-report
- app-trading
- app-common
- app-platform
- app-notice
- app-storage
- app-public-fund
- app-order
- app-settle
- app-fund
- notification-center
- app-setting
- app-geography
- 国家地区管理 - 省份相关接口
- 国家地区管理 - 国家相关接口
- 国家地区管理 - 城市相关接口
更新城市
PUT
/geography/city/{id}
管理后台 - 城市相关接口
请求参数
Path 参数
id
integer <int32>
必需
Header 参数
X-Auth-Appid
string
必需
Body 参数application/json
管理后台 - 国家修改 Request VO
id
integer <int32>
可选
appid
string
租户ID
示例值:
app0000001
userId
string
用户ID
示例值:
A1528497
cityKey
string
城市Key
示例值:
1
provinceKey
string
省份Key
示例值:
1
cityNameEn
string
英文名称
cityNameSc
string
简体中文名称
cityNameTc
string
繁体中文名称
status
integer <int32>
可选
示例
{
"id": 0,
"appid": "app0000001",
"userId": "A1528497",
"cityKey": "1",
"provinceKey": "1",
"cityNameEn": "string",
"cityNameSc": "string",
"cityNameTc": "string",
"status": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/geography/city/' \
--header 'X-Auth-Appid;' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
*/*
Body
code
integer <int32>
可选
data
integer <int32>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": 0,
"msg": "string",
"traceId": "string"
}
修改于 2025-02-18 06:10:26