获取成渝通办分支数据接口
开发中
POST
/cdkytb/getcyhandleinfobycity
请求参数
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/getcyhandleinfobycity' \
--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
integer
办理点数
offsitereceived
integer
异地收件总数
taskcount
integer
接入事项总数
handleplacecount
integer
办理点总数
localtoday
integer
必需
localmonth
integer
必需
localyear
integer
必需
othertoday
integer
必需
othermonth
integer
必需
otheryear
integer
必需
示例
{
"status": {
"code": 0,
"text": "string"
},
"custom": {
"code": "string",
"text": "string",
"point": 0,
"offsitereceived": 0,
"taskcount": 0,
"handleplacecount": 0,
"localtoday": 0,
"localmonth": 0,
"localyear": 0,
"othertoday": 0,
"othermonth": 0,
"otheryear": 0
}
}
修改于 2023-09-07 06:58:23