成都市“蓉易办”平台
  1. 跨域通办大屏
成都市“蓉易办”平台
  • 🦊一分钟,了解 Apifox !
  • APP移动端相关接口
    • 极简办-获取办件信息接口
      POST
    • 极简办-提交办件的接口
      POST
    • 极简办-获取历史材料接口
      POST
    • 获取乡镇街道
      POST
  • 跨域通办大屏
    • 获取全市通办数据接口
      POST
    • 获取办理点列表
      POST
    • 获取成渝通办总数据接口
      POST
    • 获取成渝通办分支数据接口
      POST
    • 获取成德眉资通办总数据接口
      POST
    • 获取成德眉资通办分支数据接口
      POST
  • 对外能力封装
    • 获取个人信息
      POST
    • 获取法人信息
      POST
    • 获取历史材料列表
      POST
  1. 跨域通办大屏

获取成德眉资通办分支数据接口

开发中
POST
/cdkytb/getcdmzhandleinfobycity

请求参数

Body 参数application/json
token
string 
必需
params
object 
必需
citytype
string 
城市类型
必需
成都:cd/德阳:dy/眉山:ms/资阳:zy
示例
{
    "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
上一页
获取成德眉资通办总数据接口
下一页
获取个人信息
Built with