获取成德眉资通办分支数据接口
开发中
POST
/cdkytb/getcdmzhandleinfobycity
请求参数
Body 参数application/json
token
string
必需
params
object
必需
citytype
string
城市类型
示例
{
"token": "string",
"params": {
"citytype": "string"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/cdkytb/getcdmzhandleinfobycity' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"params": {
"citytype": "string"
}
}'
返回响应
🟢200成功
application/json
Body
status
object
必需
code
integer
必需
text
string
必需
custom
object
必需
code
string
必需
text
string
必需
point
string
办理点
sum
string
必需
localtoday
string
必需
localmonth
string
必需
localyear
string
必需
othertoday
string
必需
othermonth
string
必需
otheryear
string
必需
示例
{
"status": {
"code": 0,
"text": "string"
},
"custom": {
"code": "string",
"text": "string",
"point": "string",
"sum": "string",
"localtoday": "string",
"localmonth": "string",
"localyear": "string",
"othertoday": "string",
"othermonth": "string",
"otheryear": "string"
}
}
修改于 2023-09-07 07:51:21