{
  "openapi": "3.0.3",
  "info": {
    "title": "滨州项目一卡通 API（Apifox导入版）",
    "version": "1.0.0",
    "description": "由《滨州项目一卡通api接口文档》整理生成。多数接口使用 application/x-www-form-urlencoded，并通过 access_token 查询参数鉴权；sign 字段需按文档的 MD5 签名规则生成。"
  },
  "servers": [
    {
      "url": "{{baseUrl}}",
      "description": "请在 Apifox 环境变量中配置 baseUrl，例如 http://127.0.0.1:8080/easytong_app"
    }
  ],
  "tags": [
    {
      "name": "基础认证"
    },
    {
      "name": "信息查询"
    },
    {
      "name": "系统对接"
    },
    {
      "name": "信息校验"
    },
    {
      "name": "版本号变更查询"
    },
    {
      "name": "银行转账"
    },
    {
      "name": "门禁考勤"
    },
    {
      "name": "第三方信息导入"
    },
    {
      "name": "第三方应用支付消费接口"
    },
    {
      "name": "第三方H5对接"
    },
    {
      "name": "信息变更"
    },
    {
      "name": "交易冲正"
    },
    {
      "name": "支付消费"
    },
    {
      "name": "其他"
    }
  ],
  "paths": {
    "/api/token": {
      "get": {
        "tags": [
          "基础认证"
        ],
        "summary": "获取 access token",
        "description": "通过 AppID 和 AppSecret 获取 access_token。access_token 有有效期，建议由中控服务器统一刷新和缓存。",
        "parameters": [
          {
            "name": "appid",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "第三方用户唯一凭证"
          },
          {
            "name": "appsecret",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "第三方用户唯一凭证密钥"
          }
        ],
        "responses": {
          "200": {
            "description": "成功或错误返回",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "access_token": {
                      "type": "string"
                    },
                    "expires_in": {
                      "type": "integer"
                    },
                    "code": {
                      "type": "string"
                    },
                    "msg": {
                      "type": "string"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/getallowtransepids": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询允许交易的使用单位",
        "description": "查询跨单位交易的情况下，允许交易的使用单位\n\nVersion: ET_v5.1.20.1130",
        "parameters": [],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "易通帐号",
                    "example": "29211"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "accNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/payservice/orderquery": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "订单查询",
        "description": "开发者可以通过该接口对指定订单进行订单信息查询操作，该接口需要权限认证。\n0731增加到账时间\n\nVersion: v5.1.20.0115,ET_v5.1.20.0531,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "queryType": {
                    "type": "string",
                    "description": "订单查询类型 , 不传或传1代表根据一卡通订单号查询,此时transRecId为一卡通订单号 2代表根据开发者流水号查询,此时transRecId为开发者流水号,清算时间必填 3代表通过二维码串进行查询,此时transRecId为二维码信息",
                    "example": "1"
                  },
                  "transRecId": {
                    "type": "string",
                    "description": "标识号",
                    "example": "123456"
                  },
                  "liquidationDate": {
                    "type": "string",
                    "description": "清算时间，格式：yyyyMMdd（queryType=2时必需）",
                    "example": "20200101"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "transRecId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/querynotice": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "公告查询",
        "description": "根据日期获取一卡通的公告内容。\n\nVersion: ZYTK40_40.20.1130",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "beginDate": {
                    "type": "string",
                    "description": "起始时间，yyyy-mm-dd"
                  },
                  "endDate": {
                    "type": "string",
                    "description": "结束时间，yyyy-mm-dd"
                  },
                  "typeNum": {
                    "type": "string",
                    "description": "公告类型，传0表示不进行类型筛选，返回所有类型公告",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "beginDate",
                  "endDate",
                  "typeNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/querydevicemaker": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询厂家信息",
        "description": "Version: ZYTK40_40.20.0731,ET_v5.1.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/operator/querylocation": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取操作员办公场所(易通)",
        "description": "Version: ET_v5.1.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "optNum": {
                    "type": "string",
                    "description": "操作员账号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "optNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/operator/querypermissions": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取操作员权限列表",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "optNum": {
                    "type": "string",
                    "description": "操作员账号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "optNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/querydevicesupplier": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询设备发行方信息",
        "description": "Version: ZYTK40_40.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/queryewallet": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询使用单位电子现金钱包列表",
        "description": "Version: ZYTK40_40.20.0731,ET_v5.1.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "eWalletType": {
                    "type": "string",
                    "description": "钱包类型:1-闭环钱包 2-开环钱包 3-专款专用钱包"
                  },
                  "countType": {
                    "type": "string",
                    "description": "计量类型:1-计额 2-计次"
                  },
                  "eWalletId": {
                    "type": "string",
                    "description": "电子现金钱包序号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/querytransactiontype": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询页面交易类型列表",
        "description": "对接4.0时，将4.0的\"营业类\"和\"扣款类\"的交易类型都归在\"2-消费类(营业类)\"中进行返回\n入参时categoryId和feeNum不能同时为空\n\nVersion: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "categoryId": {
                    "type": "string",
                    "description": "分类编码:1-操作类 2-消费类(营业类) 3-充值类 4-补助类 该参数和feeNum参数不能同时为空，40没有充值类"
                  },
                  "feeNum": {
                    "type": "string",
                    "description": "交易类型编号 该参数和categoryId参数不能同时为空"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/querybusiness": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询单商户信息(根据商户编号)",
        "description": "Version: ZYTK40_40.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "businessNum": {
                    "type": "string",
                    "description": "商户编号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "businessNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/queryaccclass": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询使用单位下的身份信息",
        "description": "Version: ZYTK40_40.20.0731,ET_v5.1.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getmaincard": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "批量查询账户主卡信息",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "accNums": {
                    "type": "string",
                    "description": "账号拼接的字符串 用分号“,”隔开"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "accNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/queryaccountinfo": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询账户信息",
        "description": "接口入参逻辑：\n1.queryType字段和uniqueId字段同时使用，当queryType为3时，idType字段为必填项\n2.epId字段和areaNums字段分别用于对接易通和4.0，原则上需要传递，但可以不传。不传时则结果中不限定使用单位或者园区进行查询。\n3.accNums字段用于多账户查询，不可与queryType和uniqueId字段组合使用。\n4.accNums字段和epId(areaNums)字段不允许同时为空；accNums字段、queryType和accName字段不能同时为空。\n5.对接4.0时根据areaNums字段判断是否为账户本园区查询，以区分处理返回信息里的账户身份信息；当areaNums为空时，默认返回本园区身份。\nZYTK4.0.20.1130版本增加预撤户状态的返回，返回的状态里增加“2-挂失”状态\n\nVersion: ET_v5.1.20.0531,ZYTK40_40.20.0731,ZYTK40_40.20.1130",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号。"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号,epId为空时该值为空。"
                  },
                  "queryType": {
                    "type": "string",
                    "description": "账户查询类型 1-帐号，2-人员编号，3-证件号码，6-手机号码"
                  },
                  "idType": {
                    "type": "string",
                    "description": "证件类型（当queryType为3时 idType字段为必填项），1-身份证，2-护照 ，3-学生证，4-工作证，5-军官证，6-其他证件 ，7-台胞证"
                  },
                  "uniqueId": {
                    "type": "string",
                    "description": "标识号（帐号/人员编号/证件号码/手机号码）"
                  },
                  "accName": {
                    "type": "string",
                    "description": "账户名称"
                  },
                  "accNums": {
                    "type": "string",
                    "description": "账号(用“，”隔开 可传多个账号 也可为空)"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/queryaccountlist": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询账户列表(带分页)",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "depNums": {
                    "type": "string",
                    "description": "账户部门编号 多个以”,”隔开"
                  },
                  "sex": {
                    "type": "string",
                    "description": "性别 0-未知 1-男 2-女 9-未说明"
                  },
                  "accName": {
                    "type": "string",
                    "description": "账户名称"
                  },
                  "perCode": {
                    "type": "string",
                    "description": "个人编号"
                  },
                  "current": {
                    "type": "string",
                    "description": "当前页"
                  },
                  "pageSize": {
                    "type": "string",
                    "description": "每页数据条数"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "current",
                  "pageSize",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/querycampuse": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询使用单位园区列表(易通单位下园区)",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/queryewalletsbyaccnum": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询账户在使用单位下的首张主卡对应的钱包余额信息",
        "description": "查询账户在指定单位下的主卡钱包余额及可用额度信息\n入参中商户编号存在时，需判断商户是否为有效商户。\n在线钱包余额(本次可用钱包额度) = (卡余额+待领补助金额)   与   库余额   比较，以小为准。\n单钱包时实际可用额度 = 在线钱包余额  -  身份钱包余额下限;\n有追扣时实际可用额度 =  (主钱包在线钱包余额 - 主钱包身份钱包余额下限) + (追扣钱包在线钱包余额 - 追扣钱包身份钱包余额下限) ;\n某个钱包的在线钱包余额- 该钱包的身份钱包余额下限  <= 0 时，直接按0计算。\n注：接入易通平台时，若该接口的入参中不含商户号，则不进行追扣钱包的相关处理，因为易通商户可以设置是否允许追扣，无商户号时无法判断追扣情况。\n**        接入4.0平台时，无需根据商户号判断是否追扣。**\n\nVersion: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "businessNum": {
                    "type": "string",
                    "description": "商户编号"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "账号"
                  },
                  "ewalletId": {
                    "type": "string",
                    "description": "钱包号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "accNum",
                  "ewalletId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/queryallaccclassbyaccnum": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询账户下主卡的卡账户身份信息",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对应4.0园区号"
                  },
                  "accNums": {
                    "type": "string",
                    "description": "账号拼接的字符串 用分号“,”隔开"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "accNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/querysubsidybyaccnums": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询账户下主卡所有未领补助",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "accNums": {
                    "type": "string",
                    "description": "账号拼接的字符串 用分号“,”隔开"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "accNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/queryoperatortree": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询使用单位下操作员树",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/queryaccdeptree": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "查询使用单位下账户部门树",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getymuserbycode": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取云马平台账户信息（通过code）",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "time": {
                    "type": "string",
                    "description": "当前时间戳"
                  },
                  "appid": {
                    "type": "string",
                    "description": "云马接口调用需要"
                  },
                  "code": {
                    "type": "string",
                    "description": "云马接口调用需要"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "time",
                  "appid",
                  "code",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getymuserbyuserid": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取云马平台账户信息（通过UserID）",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "time": {
                    "type": "string",
                    "description": "当前时间戳"
                  },
                  "appid": {
                    "type": "string",
                    "description": "云马接口调用需要"
                  },
                  "userId": {
                    "type": "string",
                    "description": "云马接口调用需要"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "time",
                  "appid",
                  "userId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getbusinessbyepid": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取使用单位下所有商户信息",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getsystemparambyfixid": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取使用单位系统参数",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731,ET_v5.1.20.1130,ZYTK40_40.20.1130",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getaccclassewalletparam": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取身份钱包参数",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "ewalletId": {
                    "type": "string",
                    "description": "工作钱包序号"
                  },
                  "identityId": {
                    "type": "string",
                    "description": "交易身份序号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "ewalletId",
                  "identityId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getaccclassbycardaccnum": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取卡账户信息",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "cardAccNum": {
                    "type": "string",
                    "description": "卡账号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "cardAccNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/getaccount": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取账户信息",
        "description": "开发者可以通过该接口获取指定账户信息以及相关附带信息（第一张主卡信息和第一张主卡默认电子现金钱包信息），需要一卡通平台开通授权\n注意：\n当一卡通账户没有配主卡时，返回的第一张主卡信息和第一张主卡默认电子现金钱包信息全为空字符串。\n两种物理卡号的区别。\n原始物理卡号：遵循业界规范的M1或CPU卡物理卡号，一般是十进制数字；\n正元物理卡号：正元公司在原始物理卡号基础上封装后的物理卡号。算法如下：\n假设：oriCardSid(原始物理卡号)=1141422927\n1.先把oriCardSid转换成16进制：4408BB4F\n2.按低字节在前、高字节在后排列：4FBB0844\n3.用‘0’补齐至20位，并转换成小写：4fbb0844000000000000\n【ET_v5.1.21.0630】增加encryptFlag参数；使用说明：当需要获取密文结果使用\n1. 调用【获取加密因子接口】获得密钥和偏移量；\n2. 调用本接口获取数据\n3. 使用获取的密钥信息对返回的data内容进行解密，解密方式：见【加解密】【方式一】\n4. 解密后的明文为账户信息json字符串：\"{accDepFullPathName:'',...}\"\n\nVersion: v5.1.20.0115,ZYTK40_40.20.0115",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "encryptFlag": {
                    "type": "string",
                    "description": "返回数据是否加密 1-加密，0-不加密",
                    "example": "1"
                  },
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号。单园区情况下不传；多园区情况下根据实际需求传对应值或不传",
                    "example": "1"
                  },
                  "queryType": {
                    "type": "string",
                    "description": "账户查询类型（1帐号/2人员编号/3证件号码/4正元物理卡号/5原始物理卡号/6手机号码）",
                    "example": "2"
                  },
                  "idType": {
                    "type": "string",
                    "description": "证件类型（当查询类型为证件号码时必填，1.身份证 2.护照 3.学生证 4.工作证 5.军官证 6.其他证件 7.台胞证）"
                  },
                  "uniqueId": {
                    "type": "string",
                    "description": "标识号（帐号/人员编号/证件号码/正元物理卡号/原始物理卡号/手机号码）",
                    "example": "20170901"
                  },
                  "photoQueryType": {
                    "type": "string",
                    "description": "照片查询标记 0-无图， 1-证件照， 2-人脸照， 3-所有",
                    "example": "2"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "queryType",
                  "uniqueId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/getanonymousparam": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取匿名支付参数信息",
        "description": "开发者可以通过该接口查询一卡通匿名支付参数（除此之外，聚合支付也可以将此接口当作心跳接口，检测一卡通是否在线），该接口需要权限认证。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "openId": {
                    "type": "string",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "openId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/querytransaction": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "交易流水查询",
        "description": "开发者可以通过该接口查询一卡通交易流水，交易流水根据交易时间倒序排列，该接口需要权限认证。\nzytk40交易流水分为当前流水和历史流水，当开始时间和结束时间都是今天的时候，接口会查询当前流水，其他情况均查询历史流水，传交易类型的时候 40只需传feeNums，查单个就只传一个交易类型即可\n21.0530：开始交易时间和结束交易时间要么都为空，要么都传值，不然会提示参数错误，为空的时候默认查询7天内流水。\n21.0831：zytk40交易流水查询的时候按照开始时间和结束时间查询流水，可以拼接当前流水和历史流水。增加交易方式返回参数\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "recNum": {
                    "type": "string",
                    "description": "一卡通交易流水号",
                    "example": "2"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "帐号",
                    "example": "2"
                  },
                  "feeNum": {
                    "type": "string",
                    "description": "交易类型编号（40这个参数不用）",
                    "example": "100"
                  },
                  "feeNums": {
                    "type": "string",
                    "description": "交易类型编号范围，以逗号(英文符号)分隔，如“46,100”",
                    "example": "46,100"
                  },
                  "eWalletId": {
                    "type": "string",
                    "description": "钱包序号",
                    "example": "1"
                  },
                  "businessNum": {
                    "type": "string",
                    "description": "商户编号",
                    "example": "100001"
                  },
                  "startDealTime": {
                    "type": "string",
                    "description": "开始交易时间 yyyy-mm-dd HH:mm:ss（边界：>=开始交易时间）",
                    "example": "2017-01-01 00:00:00"
                  },
                  "endDealTime": {
                    "type": "string",
                    "description": "结束交易时间 yyyy-mm-dd HH:mm:ss（边界：<结束交易时间）",
                    "example": "2017-01-02 23:59:59"
                  },
                  "start": {
                    "type": "string",
                    "description": "从第几条开始（包含此条）",
                    "example": "1"
                  },
                  "limit": {
                    "type": "string",
                    "description": "查询条数",
                    "example": "20"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "start",
                  "limit",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/queryphoto": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "证件照信息查询",
        "description": "开发者可以通过该接口查询指定账户上传的证件照片，需要一卡通平台开通授权。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得。",
                    "example": "2"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "accNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/queryaccount": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "账户信息查询",
        "description": "开发者可以通过该接口查询账户信息，需要一卡通平台开通授权。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "start": {
                    "type": "string",
                    "description": "从第几条开始（包含此条）",
                    "example": "1"
                  },
                  "limit": {
                    "type": "string",
                    "description": "查询条数",
                    "example": "20"
                  },
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号。单园区情况下不传；多园区情况下根据实际需求传对应值或不传"
                  },
                  "accDepNum": {
                    "type": "string",
                    "description": "账户部门编号",
                    "example": "1"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "一卡通账号",
                    "example": "2"
                  },
                  "perCode": {
                    "type": "string",
                    "description": "个人编号/人员编号",
                    "example": "1"
                  },
                  "accName": {
                    "type": "string",
                    "description": "账户姓名（前后模糊查询）",
                    "example": "张三"
                  },
                  "sexNum": {
                    "type": "string",
                    "description": "性别编号，0-未知 1-男 2-女 3- 未说明",
                    "example": "1"
                  },
                  "phoneNo": {
                    "type": "string",
                    "description": "手机号码，精确查询",
                    "example": "13312345678"
                  },
                  "sign": {
                    "type": "string",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "start",
                  "limit",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/querydep": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "部门信息查询",
        "description": "开发者可以通过该接口查询部门信息，需要一卡通平台开通授权。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "start": {
                    "type": "string",
                    "description": "从第几条开始（包含此条）",
                    "example": "1"
                  },
                  "limit": {
                    "type": "string",
                    "description": "查询条数",
                    "example": "20"
                  },
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号。单园区情况下不传；多园区情况下根据实际需求传对应值或不传"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "start",
                  "limit",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/querybusiness": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "商户信息查询",
        "description": "开发者可以通过该接口查询商户信息，需要一卡通平台开通授权。\n排序方式：商户编号升序\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "start": {
                    "type": "string",
                    "description": "从第几条开始（包含此条）",
                    "example": "1"
                  },
                  "limit": {
                    "type": "string",
                    "description": "查询条数",
                    "example": "20"
                  },
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号。单园区情况下不传；多园区情况下根据实际需求传对应值或不传"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "start",
                  "limit",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/querydevice": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "设备信息查询",
        "description": "开发者可以通过该接口查询设备信息，需要一卡通平台开通授权。\n排序方式：主：商户编号升序，次：设备编号升序\n只查询商户有效未过期且有效的设备的信息\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "start": {
                    "type": "string",
                    "description": "从第几条开始（包含此条）",
                    "example": "1"
                  },
                  "limit": {
                    "type": "string",
                    "description": "查询条数",
                    "example": "20"
                  },
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号。单园区情况下不传；多园区情况下根据实际需求传对应值或不传"
                  },
                  "deviceCategory": {
                    "type": "string",
                    "description": "设备大类（暂时只支持 1-以太网消费机）",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "start",
                  "limit",
                  "deviceCategory",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/parseqrcode": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "一卡通二维码解析",
        "description": "开发者可以在扫描一卡通二维码时，通过该接口解析二维码并返回相应信息，需要一卡通平台开通授权。\n应用场景： 一卡通二维码分以下几种类型，开发者调用本接口可以识别不同类别的二维码，从而处理不同的业务逻辑。\n1：账户码 2：商户码（不带交易金额） 3：商户码（带交易金额） 4：考勤码 5：门禁码6：第三方二维码。\n场景1（二维码消费）：\n在扫描一卡通消费POS机上的二维码时，调用本接口识别到二维码类别（类别为3）以及交易金额后，跳转到支付确认界面，用户确认金额后点击“确认支付”按钮，此时调用【二维码消费】接口产生消费流水，完成消费。\n然后调用【预下单】、【订单处理】接口进行交易扣款。\n场景2（二维码转账）：\n在扫描另一个一卡通用户的二维码时，调用本接口识别到二维码类别（类别为1）后，跳转到转账界面，用户输入转账金额后点击“转账”按钮，此时调用【二维码转账】接口产生转账流水，完成转账。\n场景3（二维码开门）：\n在扫描一卡通门禁机上的二维码时，调用本接口识别到二维码类别（类别为5）后，此时调用【二维码开门】接口发送开门指令，完成开门。\n场景4（二维码考勤）：\n在扫描一卡通考勤机上的二维码时，调用本接口识别到二维码类别（类别为4）后，此时调用【二维码考勤】接口记录考勤数据，完成考勤。\n注意：\n1.本接口可以认证不同类型的一卡通二维码，非一卡通二维码则会返回对应的错误码。\n2.当二维码类型是商户码时，需结合【支付消费-二维码消费】接口完成消费；\n3.当二维码类型是账户码时，需结合【支付消费-二维码转账】接口完成转账；\n4.当二维码类型是门禁码时，需结合【门禁考勤-二维码门禁】接口完成开门；\n5.当二维码类型是考勤码时，需结合【门禁考勤-二维码考勤】接口完成考勤。\nzytk40.21.0430版本 返回参数新增了 商户号\n\nVersion: ET_v5.1.20.0531,ZYTK40_40.20.0831",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "qrCode": {
                    "type": "string",
                    "description": "一卡通二维码",
                    "example": "35302E578BFFA6B746A798F794A749EBC6ADEE86407930D,47669"
                  },
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号",
                    "example": "1"
                  },
                  "dealerNum": {
                    "type": "string",
                    "description": "商户号（40解第三方码需要 ）"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "qrCode",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/getewallet": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "获取钱包余额",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得。",
                    "example": "2"
                  },
                  "cardAccNum": {
                    "type": "string",
                    "description": "卡账号，可以通过【获取账户信息接口】获得默认卡片的卡账号（40可不填）",
                    "example": "2"
                  },
                  "eWalletId": {
                    "type": "string",
                    "description": "钱包序号，不传时取默认钱包。",
                    "example": "1"
                  },
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号。单园区情况下不传；多园区情况下根据实际需求传对应值或不传,不传时取账户所属使用单位",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "accNum",
                  "cardAccNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/querystrategy": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "一卡通交易策略查询",
        "description": "40.20.0731版本接口只有优惠策略参数返回（list）,\nchargefeelist将在后续版本中加入\n\nVersion: ZYTK40_40.20.0731",
        "parameters": [],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号，调用易通是必传"
                  },
                  "periodNums": {
                    "type": "string",
                    "description": "营业时段号，多个营业时段号用 ',' 隔开",
                    "example": "1,2,3,4"
                  },
                  "clsNum": {
                    "type": "string",
                    "description": "身份编号",
                    "example": "33"
                  },
                  "staNum": {
                    "type": "string",
                    "description": "站点号，40必传，易通可以不处理",
                    "example": "1"
                  },
                  "ewalletNum": {
                    "type": "string",
                    "description": "钱包号，易通需要"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "epId",
                  "periodNums",
                  "clsNum",
                  "staNum",
                  "ewalletNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/queryaccwalletsum": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "卡户钱包累计优惠次数&金额查询",
        "description": "Version: ZYTK40_40.20.0731",
        "parameters": [],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "帐号"
                  },
                  "cardAccNum": {
                    "type": "string",
                    "description": "卡账号"
                  },
                  "ewalletNum": {
                    "type": "string",
                    "description": "钱包号"
                  },
                  "periodNum": {
                    "type": "string",
                    "description": "营业时段号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "accNum",
                  "ewalletNum",
                  "periodNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/queryacceventrecord": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "门禁流水查询",
        "description": "Version: ZYTK40_40.20.0731,ET_v5.1.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "账号",
                    "example": "1"
                  },
                  "optNum": {
                    "type": "string",
                    "description": "操作员编号，接易通必须传",
                    "example": "1001"
                  },
                  "start": {
                    "type": "string",
                    "description": "从第几条开始",
                    "example": "1"
                  },
                  "limit": {
                    "type": "string",
                    "description": "每页限制几条",
                    "example": "20"
                  },
                  "startTime": {
                    "type": "string",
                    "description": "查询起期",
                    "example": "2019-01-01 12:12:12"
                  },
                  "endTime": {
                    "type": "string",
                    "description": "查询止期",
                    "example": "2019-01-01 12:12:12"
                  },
                  "inOrOut": {
                    "type": "string",
                    "description": "进出门方向 1-进 2-出 （易通）",
                    "example": "1"
                  },
                  "enterType": {
                    "type": "string",
                    "description": "进门方式，0-刷卡（默认） 1-刷脸 2-虹膜 3-指纹 4-扫码（易通）",
                    "example": "1"
                  },
                  "eventIds": {
                    "type": "string",
                    "description": "门禁事件编号 多个以英文逗号\",\"分隔",
                    "example": "1,2"
                  },
                  "clsNum": {
                    "type": "string",
                    "description": "卡户身份编号",
                    "example": "1"
                  },
                  "accDepts": {
                    "type": "string",
                    "description": "账户部门范围，多个账户部门编号以英文逗号\",\"分隔",
                    "example": "1,2,3"
                  },
                  "deviceNums": {
                    "type": "string",
                    "description": "平台门禁机设备的设备编号，多个设备编号以英文逗号\",\"分隔（易通）",
                    "example": "756,856"
                  },
                  "doorNums": {
                    "type": "string",
                    "description": "门编号，多个以英文逗号\",\"分隔",
                    "example": "1,2,3"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "start",
                  "limit",
                  "startTime",
                  "endTime",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/querythirdpaymentbook": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "第三方交易流水查询",
        "description": "4.0云马第三方对账查流水用，易通原查流水接口已满足\n\nVersion: ZYTK40_40.20.0731",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "start": {
                    "type": "string",
                    "description": "从哪一条开始 （包括此条）",
                    "example": "1"
                  },
                  "limit": {
                    "type": "string",
                    "description": "查几条",
                    "example": "10"
                  },
                  "startDealTime": {
                    "type": "string",
                    "description": "开始交易时间 yyyy-MM-dd HH:mm:ss"
                  },
                  "endDealTime": {
                    "type": "string",
                    "description": "结束交易时间 yyyy-MM-dd HH:mm:ss"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "start",
                  "limit",
                  "startDealTime",
                  "endDealTime",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/getagentidandclientid": {
      "post": {
        "tags": [
          "信息查询"
        ],
        "summary": "一卡通查询代理号与客户号",
        "description": "Version: ET_v5.1.20.0731,ZYTK40_40.20.0831",
        "parameters": [],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取卡户信息当前版本号",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位，如果不传，默认使用access_token解析出的epid"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccinfobyfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "根据版本号获取账户信息",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "startAccFixId": {
                    "type": "string",
                    "description": "起始版本号",
                    "example": "0"
                  },
                  "endAccFixId": {
                    "type": "string",
                    "description": "结束版本号",
                    "example": "99"
                  },
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位，如果不传，默认使用access_token中的epid",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "startAccFixId",
                  "endAccFixId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccphotofixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取账户证件照/人脸当前版本号",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "photoType": {
                    "type": "string",
                    "description": "照片类型，0：证件照，1：人脸",
                    "example": "0"
                  },
                  "签名": {
                    "type": "string",
                    "description": "sign"
                  }
                },
                "required": [
                  "photoType",
                  "签名"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccphotobyfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "根据版本号获取账户证件照/人脸照片",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "photoType": {
                    "type": "string",
                    "description": "照片类型，0：证件照，1：人脸"
                  },
                  "startPhotoFixId": {
                    "type": "string",
                    "description": "开始版本号"
                  },
                  "endPhotoFixId": {
                    "type": "string",
                    "description": "结束版本号(为确保执行效率，每次查询条目最好不超过100)"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "photoType",
                  "startPhotoFixId",
                  "endPhotoFixId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccdoorrecordsfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取指定门的人员进出记录当前版本号",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "doorNum": {
                    "type": "string",
                    "description": "门编号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccdoorrecordsbyfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取人员进出新增记录",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "startDrFixId": {
                    "type": "string",
                    "description": "起始版本号"
                  },
                  "endDrFixId": {
                    "type": "string",
                    "description": "结束版本号"
                  },
                  "doorNum": {
                    "type": "string",
                    "description": "门编号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "startDrFixId",
                  "endDrFixId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/updateapartmentinfo": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "更新公寓房间信息",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "code": {
                    "type": "string",
                    "description": "层级编号"
                  },
                  "parentCode": {
                    "type": "string",
                    "description": "父层级编号"
                  },
                  "buildName": {
                    "type": "string",
                    "description": "层级名称"
                  },
                  "codeType": {
                    "type": "string",
                    "description": "节点类型，1-园区，2-楼栋，3-层级，4-房间，易通必传"
                  },
                  "fullName": {
                    "type": "string",
                    "description": "全路径名",
                    "example": "杭师大仓前校区-紫竹院-1号楼-101室"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "code",
                  "parentCode",
                  "buildName",
                  "codeType",
                  "fullName",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getapartmentinfofixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取第三方对接公寓房间信息版本号",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getapartmentinfobyfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "根据版本号获取第三方对接公寓房间信息",
        "description": "Version: ET_v5.1.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "startFixId": {
                    "type": "string",
                    "description": "起始版本号",
                    "example": "1"
                  },
                  "endFixId": {
                    "type": "string",
                    "description": "结束版本号"
                  },
                  "codeType": {
                    "type": "string",
                    "description": "节点类型(1-园区，2-楼栋，3-层级，4-房间) 如果不传代表获取版本号期间的所有资源"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "startFixId",
                  "endFixId",
                  "codeType",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccroominfofixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取第三方对接账户住宿信息版本号",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccroominfobyfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "根据版本号获取第三方对接账户住宿信息",
        "description": "Version: ET_v5.1.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "startFixId": {
                    "type": "string",
                    "description": "开始版本号"
                  },
                  "endFixId": {
                    "type": "string",
                    "description": "结束版本号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "startFixId",
                  "endFixId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/updateaccroom": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "更新账户住宿信息",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "roomNum": {
                    "type": "string",
                    "description": "房间编号（对接方的房间编号，非易通房间号）"
                  },
                  "perCode": {
                    "type": "string",
                    "description": "个人编号"
                  },
                  "isVaild": {
                    "type": "string",
                    "description": "是否生效，0-生效，1-不生效，不生效的时候删除住宿信息"
                  },
                  "accRoomFixId": {
                    "type": "string",
                    "description": "版本号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "roomNum",
                  "perCode",
                  "isVaild",
                  "accRoomFixId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getdoorpowerfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取第三方对接进出权限版本号",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/updateaccroompower": {
      "post": {
        "tags": [
          "其他"
        ],
        "summary": "批量变更进出权限",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "perCodes": {
                    "type": "string",
                    "description": "个人编号集合",
                    "example": "112,t11"
                  },
                  "doorNums": {
                    "type": "string",
                    "description": "门编号集合",
                    "example": "1,2,3"
                  },
                  "validTime": {
                    "type": "string",
                    "description": "生效时间(格式必须为yyyy-MM-dd HH:mm:ss)"
                  },
                  "dpFixId": {
                    "type": "string",
                    "description": "门禁权限版本号（易通平台不需要）"
                  },
                  "isVaild": {
                    "type": "string",
                    "description": "是否生效，0-生效，1-不生效，不生效的时候删除权限"
                  },
                  "optNum": {
                    "type": "string",
                    "description": "操作员编号，易通平台需要，由易通系统创建好后分配"
                  },
                  "durationId": {
                    "type": "string",
                    "description": "营业时段分组编号（允许进出时段组中的分组，未传时使用最小的营业时段分组编号）"
                  },
                  "disableTime": {
                    "type": "string",
                    "description": "失效时间(格式必须为yyyy-MM-dd HH:mm:ss)"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "perCodes",
                  "doorNums",
                  "validTime",
                  "dpFixId",
                  "isVaild",
                  "optNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccdepfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取部门信息当前版本号",
        "description": "Version: ET_v5.1.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getaccdepinfobyfixid": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "根据版本号获取部门信息",
        "description": "Version: ET_v5.1.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "startAccDepFixId": {
                    "type": "string",
                    "description": "起始版本号",
                    "example": "0"
                  },
                  "endAccDepFixId": {
                    "type": "string",
                    "description": "结束版本号",
                    "example": "99"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "startAccDepFixId",
                  "endAccDepFixId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/systemdocking/getoperatorinfo": {
      "post": {
        "tags": [
          "系统对接"
        ],
        "summary": "获取所有操作员信息",
        "description": "Version: ET_v5.1.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/queryroomusestatus": {
      "post": {
        "tags": [
          "信息校验"
        ],
        "summary": "校验该房间在主平台是否存在引用",
        "description": "Version: ET_v5.1.20.0531",
        "parameters": [],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "roomNum": {
                    "type": "string",
                    "description": "房间编号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "roomNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getcardcodechangebyfixid": {
      "post": {
        "tags": [
          "版本号变更查询"
        ],
        "summary": "根据版本号获取卡内编号黑白名单",
        "description": "Version: ET_v5.1.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "fixid": {
                    "type": "string",
                    "description": "初始版本号"
                  },
                  "size": {
                    "type": "string",
                    "description": "大小限制"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "fixid",
                  "size",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getcardaccclassbyfixid": {
      "post": {
        "tags": [
          "版本号变更查询"
        ],
        "summary": "根据版本号获取卡账户身份信息(4.0不实现)",
        "description": "ET5.1.20.0531版本返回时只包含epId、accNum、cardAccNum、identityId、recflag、fixid六个字段。\nET5.1.20.1130版本增加其他字段返回。\n\nVersion: ET_v5.1.20.0531,ET_v5.1.20.1130",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "fixid": {
                    "type": "string",
                    "description": "初始版本号"
                  },
                  "size": {
                    "type": "string",
                    "description": "大小限制"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "fixid",
                  "size",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getsubsidypackagebyfixid": {
      "post": {
        "tags": [
          "版本号变更查询"
        ],
        "summary": "根据版本号获取补助信息",
        "description": "Version: ET_v5.1.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "fixid": {
                    "type": "string",
                    "description": "初始版本号"
                  },
                  "size": {
                    "type": "string",
                    "description": "大小限制"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "fixid",
                  "size",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getewalletparembyfixid": {
      "post": {
        "tags": [
          "版本号变更查询"
        ],
        "summary": "获取使用单位下所有电子现金钱包参数",
        "description": "Version: ET_v5.1.20.0531,ZYTK40_40.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/getscparamverepbykey": {
      "post": {
        "tags": [
          "版本号变更查询"
        ],
        "summary": "获取使用单位下某个最新版本号",
        "description": "易通21.0831版本中新增4-地址变更版本号 8-系统参数版本号 9-商户参数版本号 10-钱包参数版本号 11-身份钱包参数版本号 12-易通系统级使用单位变更版本号 13-软密钥参数版本号 14-卡账户信息变更版本号 这八类版本号的获取\nZYTK40 21.1031版本中新增2-补助打包版本号 8-系统参数版本号 9-商户参数版本号 10-钱包参数版本号 11-身份钱包参数版本号 12-ZYTK40系统级园区变更版本号 14-卡账户信息变更版本号 这七类版本号的获取\n\nVersion: ET_v5.1.20.0531,ZYTK40_40.20.1130,ET_v5.1.21.0831,ZYTK40_40.21.1031",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "易通使用单位编号"
                  },
                  "fixType": {
                    "type": "string",
                    "description": "易通实现：1-卡内编号黑白名单版本号 2-补助打包版本号 3-卡账户身份信息版本号 4-地址变更版本号 8-系统参数版本号 9-商户参数版本号 10-钱包参数版本号 11-身份钱包参数版本号 12-易通系统级使用单位变更版本号 13-软密钥参数版本号 14-卡账户信息变更版本号"
                  },
                  "ZYTK4.0实现：1-卡内编号黑白名单版本号2-补助打包版本号4-地址变更版本号(废弃)5-用户住宿信息(废弃)8-系统参数版本号9-商户参数版本号10-钱包参数版本号11-身份钱包参数版本号12-ZYTK40系统级园区变更版本号14-卡账户信息变更版本号": {
                    "type": "string"
                  },
                  "areaNums": {
                    "type": "string",
                    "description": "对接4.0园区号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "验签"
                  }
                },
                "required": [
                  "epId",
                  "fixType",
                  "areaNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/banktransfer/querysignablebank": {
      "post": {
        "tags": [
          "银行转账"
        ],
        "summary": "查询可签约银行",
        "description": "开发者可以通过该接口查询该用户可签约的银行，该接口需要权限认证。\n\nVersion: ET_v5.1.20.0930",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号，如果不传默认为账户所属单位",
                    "example": "1"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得",
                    "example": "100"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QWERWERWETRTRY"
                  }
                },
                "required": [
                  "accNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/banktransfer/queryenablebank": {
      "post": {
        "tags": [
          "银行转账"
        ],
        "summary": "查询已签约银行",
        "description": "开发者可以通过该接口查询该用户已签约的银行，该接口需要权限认证。\n\nVersion: ET_v5.1.20.0930",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号，不传默认为账户所属单位",
                    "example": "1"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "一卡通账号",
                    "example": "100"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名",
                    "example": "QWERWERWETRTRY"
                  }
                },
                "required": [
                  "accNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/banktransfer/webapisignbankcard": {
      "post": {
        "tags": [
          "银行转账"
        ],
        "summary": "签约银行",
        "description": "开发者可以通过该接口将用户与指定的银行卡进行签约，签约后才可进行银行转账，该接口需要权限认证。\n注意：密码必须以加密方式传输。具体加密算法如下：\nunencryptedPwd:未加密的密码字符串(明文)\nencryptedPwd:加密后的密码字符串(密文)\n1.拼接待加密字符串\nstringTemp=\"password=unencryptedPwd&key=appid\";\n2.MD5加密\nencryptedPwd=MD5(stringTemp);\n调用该接口时，将encryptedPwd传入\"password\"参数。\n\nVersion: ET_v5.1.20.0930",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号，不传默认为账户所属单位",
                    "example": "1"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "一卡通账号",
                    "example": "100"
                  },
                  "bankCardNum": {
                    "type": "string",
                    "description": "银行卡号，可需要绑定的银行卡号",
                    "example": "123412341234123"
                  },
                  "bankNum": {
                    "type": "string",
                    "description": "系统支持的银行编号，可以通过【查询可签约银行接口】获得",
                    "example": "4"
                  },
                  "bankCardType": {
                    "type": "string",
                    "description": "银行卡类型（1-借记卡；2-信用卡），不传默认为1",
                    "example": "1"
                  },
                  "password": {
                    "type": "string",
                    "description": "交易密码，一卡通密码",
                    "example": "6089d0297ebd53d0e9e4fc0c029516e8"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名",
                    "example": "QWERWERWETRTRY"
                  }
                },
                "required": [
                  "accNum",
                  "bankCardNum",
                  "bankNum",
                  "password",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/banktransfer/getbankrecord": {
      "post": {
        "tags": [
          "银行转账"
        ],
        "summary": "获取转账记录",
        "description": "通过一卡通银行转账流水号获取转账记录\n\nVersion: ET_v5.1.20.0930",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "recNum": {
                    "type": "string",
                    "description": "一卡通转账流水号",
                    "example": "2"
                  }
                },
                "required": [
                  "recNum"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/banktransfer/webapiunsignbankcard": {
      "post": {
        "tags": [
          "银行转账"
        ],
        "summary": "解约银行",
        "description": "开发者可以通过该接口将用户与指定的银行卡进行解约，解约后将不能进行银行转账，该接口需要权限认证。\n注意：密码必须以加密方式传输。具体加密算法如下：\nunencryptedPwd:未加密的密码字符串(明文)\nencryptedPwd:加密后的密码字符串(密文)\n1.拼接待加密字符串\nstringTemp=\"password=unencryptedPwd&key=appid\";\n2.MD5加密\nencryptedPwd=MD5(stringTemp);\n调用该接口时，将encryptedPwd传入\"password\"参数。\n\nVersion: ET_v5.1.20.0930",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号，不传默认为账户所属单位",
                    "example": "1"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "一卡通账号",
                    "example": "100"
                  },
                  "bankCardNum": {
                    "type": "string",
                    "description": "银行卡号，可需要绑定的银行卡号",
                    "example": "123412341234123"
                  },
                  "password": {
                    "type": "string",
                    "description": "交易密码，一卡通密码",
                    "example": "6089d0297ebd53d0e9e4fc0c029516e8"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名",
                    "example": "QWERWERWETRTRY"
                  }
                },
                "required": [
                  "accNum",
                  "bankCardNum",
                  "password",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/banktransfer/webapibanktransfer": {
      "post": {
        "tags": [
          "银行转账"
        ],
        "summary": "转账",
        "description": "注意：密码必须以加密方式传输。具体加密算法如下：\nunencryptedPwd:未加密的密码字符串(明文)\nencryptedPwd:加密后的密码字符串(密文)\n1.拼接待加密字符串\nstringTemp=\"password=unencryptedPwd&key=appid\";\n2.MD5加密\nencryptedPwd=MD5(stringTemp);\n调用该接口时，将encryptedPwd传入\"password\"参数。\n\nVersion: ET_v5.1.20.0930",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号，不传默认为账户所属单位",
                    "example": "1"
                  },
                  "accNum": {
                    "type": "string",
                    "description": "一卡通账号",
                    "example": "100"
                  },
                  "cardAccNum": {
                    "type": "string",
                    "description": "一卡通卡账号，40没有卡账号",
                    "example": "69"
                  },
                  "bankCardNum": {
                    "type": "string",
                    "description": "银行卡号，需要绑定的银行卡号，40不需要传银行卡号，易通必传",
                    "example": "123412341234123"
                  },
                  "inEWalletNum": {
                    "type": "string",
                    "description": "转入钱包号，不传时取默认钱包，40不需要传，默认主钱包；易通必传",
                    "example": "1"
                  },
                  "monTrans": {
                    "type": "string",
                    "description": "交易金额，格式是XX.XX元",
                    "example": "0.01"
                  },
                  "password": {
                    "type": "string",
                    "description": "交易密码，一卡通密码",
                    "example": "6089d0297ebd53d0e9e4fc0c029516e8"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名",
                    "example": "QWERWERWETRTRY"
                  }
                },
                "required": [
                  "accNum",
                  "monTrans",
                  "password",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/attendanceservice/commonqrcodeopendoor": {
      "post": {
        "tags": [
          "门禁考勤"
        ],
        "summary": "二维码开门",
        "description": "开发者可以通过该接口对指定用户进行一卡通扫码开门（发送开门命令），该接口需要权限认证。\n应用场景： 第三方应用扫描一卡通门禁机上的二维码，获取到二维码字符串后，调用本接口发送开门命令，完成开门。\n\nVersion: ET_v5.1.20.1130,ZYTK40_40.20.1130",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得",
                    "example": "100"
                  },
                  "qrCode": {
                    "type": "string",
                    "description": "二维码字符串，扫描一卡通门禁机上的二维码获得",
                    "example": "35302E578BFFA6B746A798F794A749EBC6ADEE86407930D,47669"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "accNum",
                  "qrCode",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/attendanceservice/queryacccontrol": {
      "post": {
        "tags": [
          "门禁考勤"
        ],
        "summary": "查询门禁控制器",
        "description": "开发者可以通过该接口查询易通平台配置的门禁控制器，该接口需要权限认证。\n\nVersion: ET_v5.1.21.0831",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "optNum": {
                    "type": "string",
                    "description": "操作员编号，由易通平台创建对应门禁管理分组的操作员分配给第三方"
                  },
                  "deviceName": {
                    "type": "string",
                    "description": "设备名称"
                  },
                  "seqNo": {
                    "type": "string",
                    "description": "设备序列号"
                  },
                  "machineNum": {
                    "type": "string",
                    "description": "设备机号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。"
                  }
                },
                "required": [
                  "optNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/attendanceservice/queryauth": {
      "post": {
        "tags": [
          "门禁考勤"
        ],
        "summary": "查询门禁权限",
        "description": "根据账户查询拥有的进门权限，或者是根据门查询对应的账户权限。\n帐号与门编号不能同时为空。\n\nVersion: ET_v5.1.21.0831",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "账号",
                    "example": "29211"
                  },
                  "doorNum": {
                    "type": "string",
                    "description": "门编号",
                    "example": "1521"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/attendanceservice/querydoor": {
      "post": {
        "tags": [
          "门禁考勤"
        ],
        "summary": "查询门设备",
        "description": "开发者可以通过该接口查询易通平台配置的门设备，该接口需要权限认证。\n\nVersion: ET_v5.1.21.0831",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "optNum": {
                    "type": "string",
                    "description": "操作员编号，由易通平台创建对应门禁管理分组的操作员分配给第三方"
                  },
                  "deviceNum": {
                    "type": "string",
                    "description": "门禁控制器设备号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。"
                  }
                },
                "required": [
                  "optNum",
                  "deviceNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/attendanceservice/remoteDoor": {
      "post": {
        "tags": [
          "门禁考勤"
        ],
        "summary": "远程开门",
        "description": "Version: ET_v5.1.21.0831",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "optNum": {
                    "type": "string",
                    "description": "操作员编号",
                    "example": "100001"
                  },
                  "deviceNum": {
                    "type": "string",
                    "description": "门编号",
                    "example": "10"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "optNum",
                  "deviceNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/thirdimportservice/deleteaccdep": {
      "post": {
        "tags": [
          "第三方信息导入"
        ],
        "summary": "删除第三方部门",
        "description": "第三方卡户信息数据导入，通过第三方的编号去判断是否存在，存在则修改，不存在则新增。（仅支持单园区版）\n\nVersion: ET_v5.1.21.0831",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "thirdId": {
                    "type": "string",
                    "description": "第三方卡户识别号"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "thirdId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/thirdimportservice/uploadaccdep": {
      "post": {
        "tags": [
          "第三方信息导入"
        ],
        "summary": "增加修改第三方部门",
        "description": "第三方卡户部门数据导入，通过第三方的编号去判断是否存在，存在则修改，不存在则新增。\n\nVersion: ET_v5.1.21.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "thirdId": {
                    "type": "string",
                    "description": "第三方部门编号"
                  },
                  "parentThirdId": {
                    "type": "string",
                    "description": "第三方父级部门编号，0或-1表示顶级"
                  },
                  "depName": {
                    "type": "string",
                    "description": "第三方部门名称"
                  },
                  "currentVer": {
                    "type": "string",
                    "description": "第三方部门版本号，传0默认没有版本号（易通不使用本字段）"
                  },
                  "epid": {
                    "type": "string",
                    "description": "易通的使用单位编号，40为园区编号（单园区传0，多园区传对应的园区编号）"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "thirdId",
                  "parentThirdId",
                  "depName",
                  "currentVer",
                  "epid",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/thirdappservice/correctorder": {
      "post": {
        "tags": [
          "第三方应用支付消费接口"
        ],
        "summary": "第三方应用交易冲正",
        "description": "此冲正接口只支持冲正一卡通的订单号，如果第三方未记录一卡通订单号的，可通过【第三方应用订单查询】接口获得一卡通订单号\n\nVersion: ZYTK40_40.21.0430,ET_v5.1.21.0430",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "correctTransRecId": {
                    "type": "string",
                    "description": "一卡通被冲正的订单流水号"
                  },
                  "transSource": {
                    "type": "string",
                    "description": "交易来源，1：一卡通，2：聚合 具体由消费接口返回"
                  },
                  "otherTransRecId": {
                    "type": "string",
                    "description": "发起方对接流水号"
                  },
                  "correctMon": {
                    "type": "string",
                    "description": "冲正金额，不传则全额冲正"
                  },
                  "oldRecDate": {
                    "type": "string",
                    "description": "原单记账日期,格式\"yyyy-MM-dd\""
                  },
                  "sign": {
                    "type": "string"
                  }
                },
                "required": [
                  "correctTransRecId",
                  "transSource",
                  "otherTransRecId",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/thirdappservice/qrcodetransaction": {
      "post": {
        "tags": [
          "第三方应用支付消费接口"
        ],
        "summary": "第三方应用用户二维码交易",
        "description": "支持传入一卡通二维码或第三方交易码进行交易\n--易通21.0430暂不支持优惠计算\n--支持匿名交易\n\nVersion: ZYTK40_40.21.0430,ET_v5.1.21.0430",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "tradeMoney": {
                    "type": "string",
                    "description": "消费金额,格式是XX.XX元",
                    "example": "1"
                  },
                  "qrCode": {
                    "type": "string",
                    "description": "二维码字符串，扫描用户展示的二维码获得",
                    "example": "35302E578BFFA6B746A798F794A749EBC6ADEE86407930D,47669"
                  },
                  "eWalletId": {
                    "type": "string",
                    "description": "钱包号，不传的时候，默认以传入设备的工作钱包号为主",
                    "example": "1"
                  },
                  "dealerNum": {
                    "type": "string",
                    "description": "商户编号，不传的时候，默认以传入设备的商户号为主",
                    "example": "1001"
                  },
                  "otherTransRecId": {
                    "type": "string",
                    "description": "第三方对接流水号",
                    "example": "12121"
                  },
                  "dealTime": {
                    "type": "string",
                    "description": "交易时间，格式：\"yyyy-MM-dd HH:mm:ss\"",
                    "example": "2021-01-01 13:12:11"
                  },
                  "durationID": {
                    "type": "string",
                    "description": "营业时段号，用于计算优惠",
                    "example": "1"
                  },
                  "deviceNum": {
                    "type": "string",
                    "description": "易通-设备编号或4.0-站点号，用于计算优惠，钱包号不传的时候，此参数必传",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "tradeMoney",
                  "qrCode",
                  "otherTransRecId",
                  "dealTime"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/thirdappservice/orderquery": {
      "post": {
        "tags": [
          "第三方应用支付消费接口"
        ],
        "summary": "第三方应用订单查询对账",
        "description": "当第三方发起对账，如果订单是不成功的状态则去云马查询订单状态，如果云马成功了 一卡通执行订单处理流程再次对订单进行处理，如果云马订单不存在或失败则返回失败。\n\nVersion: ZYTK40_40.21.0430,ET_v5.1.21.0430",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "queryType": {
                    "type": "string",
                    "description": "订单查询类型 , 传1代表根据一卡通订单号查询,此时transRecId为一卡通订单号 2代表根据开发者流水号查询,此时transRecId为开发者流水号,清算时间必填",
                    "example": "1"
                  },
                  "transRecId": {
                    "type": "string",
                    "description": "标识号",
                    "example": "123456"
                  },
                  "transSource": {
                    "type": "string",
                    "description": "交易来源，1：一卡通，2：聚合。 具体由消费接口返回",
                    "example": "1"
                  },
                  "recDate": {
                    "type": "string",
                    "description": "记账时间，格式：yyyy-MM-dd（queryType=2时必需）",
                    "example": "2020-01-01"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "queryType",
                  "transRecId",
                  "transSource",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/thirdh5service/geth5url": {
      "post": {
        "tags": [
          "第三方H5对接"
        ],
        "summary": "获取H5链接地址",
        "description": "开发者可以通过该接口，获取h5界面的url，该接口需要权限认证。\n该接口需要通过调用【获取token】，先获取access_token。\n对提交的数据需要提前进行加密，最后只需传入加密的字符串，具体流程如下\n1. 调用【获取加密因子接口】获得密钥和偏移量；\n2. 拼接参数为指定格式如：jumpMod=homeIndex&uniqueId=103628&queryType=1&epId=&idType=\n    顺序没有限制\n3. 3DES加密。加密模式：CBC，填充：pkcs5padding，对明文密码进行加密以base64输出(其中字符集均采用UTF-8编码)。\n如：\n    密钥(key)：459E860199DAD3D74657650D\n    偏移量(iv)：053F2244\n    待加密内容：jumpMod=homeIndex&uniqueId=103628&queryType=1&epId=&idType=\n则：\n    加密后的结果为ulhfWDhWJL7stTsEUzB0A0dN2QtCVaDdVaiPK1ABkt7YVS9tkjpogUiHmG/nxjgvUcGslhaWE8HHYV0+A+UY+w==\n\nVersion: ET_v5.1.21.0831",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "paramcode": {
                    "type": "string",
                    "description": "最终只需传入该加密字符串",
                    "example": "ulhfWDhWJL7stTsEUzB0A0dN2QtCVaDdVaiPK1ABkt7YVS9tkjpogUiHmG/nxjgvUcGslhaWE8HHYV0+A+UY+w=="
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名验证，只对paramcode生成签名，具体查看【开始开发-签名指南】。"
                  }
                },
                "required": [
                  "paramcode",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/reportloss": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "卡片挂失",
        "description": "开发者可以通过该接口对指定账户的卡片进行挂失，需要一卡通平台开通授权。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "cardAccNum": {
                    "type": "string",
                    "description": "卡账号，可以通过【获取账户信息接口】获得默认卡片的卡账号或者通过【查询卡片接口】查询出指定卡片的卡账号。40传卡户账号",
                    "example": "2"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "cardAccNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/updatepwd": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "一卡通密码修改",
        "description": "开发者可以通过该接口对指定账户的一卡通密码进行修改，需要一卡通平台开通授权。\n注意：原密码和新密码必须以加密方式传输。具体加密算法如下（采用3DES加密）：\n1. 调用【获取加密因子接口】获得密钥和偏移量；\n2. 3DES加密。加密模式：CBC，填充：pkcs5padding，对明文密码进行加密以base64输出(其中字符集均采用UTF-8编码)。\n如：\n    密钥(key)=abcdefgh12345678abcdefgh\n    偏移量(iv)=12345678\n    待加密内容=api\n则：\n    加密后的结果为eH89ioIVp/Y=\n开发者验证算法通过后，再将加密后的密码传入对应参数。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得。",
                    "example": "2"
                  },
                  "oriPassword": {
                    "type": "string",
                    "description": "一卡通原密码",
                    "example": "ZgM4FQQlD0g="
                  },
                  "newPassword": {
                    "type": "string",
                    "description": "一卡通新密码",
                    "example": "bkNspQ1Rqys="
                  },
                  "pwdType": {
                    "type": "string",
                    "description": "密码类型 0:查询密码 1:交易密码（40必须传，易通不用）",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "accNum",
                  "oriPassword",
                  "newPassword",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/forceupdatepwd": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "一卡通强制改密",
        "description": "Version: ZYTK40_40.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得。",
                    "example": "1"
                  },
                  "newPassword": {
                    "type": "string",
                    "description": "一卡通新密码"
                  },
                  "pwdType": {
                    "type": "string",
                    "description": "密码类型 0:查询密码 1:交易密码（40必须传，易通不用）",
                    "example": "0"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。"
                  }
                },
                "required": [
                  "accNum",
                  "newPassword",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/addfacephoto": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "上传人脸照片",
        "description": "Version: ZYTK40_40.20.0831,ET_v5.1.20.0930",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得"
                  },
                  "facePhoto": {
                    "type": "string",
                    "description": "人脸照片，base64格式"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "accNum",
                  "facePhoto",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/updateaccount": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "修改账户基本信息",
        "description": "开发者可以通过该接口修改一卡通指定账户的基本信息，需要一卡通平台开通授权。\n\nVersion: v5.1.20.0115,ZYTK40_40.20.0115",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号"
                  },
                  "phoneno": {
                    "type": "string",
                    "description": "手机号码",
                    "example": "13500000001"
                  },
                  "accName": {
                    "type": "string",
                    "description": "姓名",
                    "example": "李四"
                  },
                  "idType": {
                    "type": "string",
                    "description": "证件类型，参考数据字典证件类型（idType）",
                    "example": "1"
                  },
                  "idNo": {
                    "type": "string",
                    "description": "证件号码",
                    "example": "330312199911283340"
                  },
                  "sex": {
                    "type": "string",
                    "description": "性别，参考数据字典性别（sex）",
                    "example": "1"
                  },
                  "birthday": {
                    "type": "string",
                    "description": "出生日期，日期格式为YYYYMMDD",
                    "example": "19991128"
                  },
                  "email": {
                    "type": "string",
                    "example": "123456789@qq.com"
                  },
                  "disableDate": {
                    "type": "string",
                    "description": "失效时间，日期格式为YYYYMMDD",
                    "example": "20200521"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "accNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/freezeaccountcard": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "冻结账户",
        "description": "一卡通冻结API接口\n\nVersion: ET_v5.1.21.0831",
        "parameters": [],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNums": {
                    "type": "string",
                    "example": "账户"
                  },
                  "sign": {
                    "type": "string",
                    "example": "eb916d06d8f08a2c4c19bf90be0bf3f6"
                  }
                },
                "required": [
                  "accNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/validatepwd": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "一卡通密码验证",
        "description": "开发者可以通过该接口对指定账户的一卡通密码进行验证，需要一卡通平台开通授权。\n注意：密码必须以加密方式传输。具体加密算法如下：\nunencryptedPwd:未加密的密码字符串(明文)\nencryptedPwd:加密后的密码字符串(密文)\n1.拼接待加密字符串\nstringTemp=\"password=unencryptedPwd&key=appid\";\n2.MD5加密\nencryptedPwd=MD5(stringTemp);\n调用该接口时，将encryptedPwd传入\"password\"参数。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得。",
                    "example": "2"
                  },
                  "password": {
                    "type": "string",
                    "description": "一卡通密码",
                    "example": "6089d0297ebd53d0e9e4fc0c029516e8"
                  },
                  "pwdType": {
                    "type": "string",
                    "description": "密码类型 0:查询密码 1:交易密码（40必须传，易通不用）",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "accNum",
                  "password",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/freeloss": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "卡片解挂",
        "description": "开发者可以通过该接口对指定账户的卡片进行解挂，需要一卡通平台开通授权。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "cardAccNum": {
                    "type": "string",
                    "description": "卡账号，可以通过【获取账户信息接口】获得默认卡片的卡账号或者通过【查询卡片接口】查询出指定卡片的卡账号。",
                    "example": "2"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QEWQEQWE234234FR"
                  }
                },
                "required": [
                  "cardAccNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/reqopenaccount": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "开户",
        "description": "该接口，易通平台上需要启用虚拟卡卡种，且对应身份下有虚拟卡卡种参数。另外接口传入的操作员需要分配对应开户身份的操作权限，若不传入操作员，则对应使用单位的默认操作员需要设置身份的操作权限\n\nVersion: ZYTK40_40.20.0531,ET_v5.1.20.0531",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "epId": {
                    "type": "string",
                    "description": "使用单位编号,易通必须传",
                    "example": "1"
                  },
                  "accName": {
                    "type": "string",
                    "description": "账户姓名",
                    "example": "张三"
                  },
                  "idTypeNum": {
                    "type": "string",
                    "description": "证件类型 （1.身份证 2.护照 3.学生证 4.工作证 5.军官证 6.其他证件 7.台胞证）",
                    "example": "1"
                  },
                  "idNo": {
                    "type": "string",
                    "description": "证件号码",
                    "example": "123456"
                  },
                  "perCode": {
                    "type": "string",
                    "description": "人员编号（不传时，用一卡通默认的个人编号）",
                    "example": "123"
                  },
                  "sexNum": {
                    "type": "string",
                    "description": "性别 （0.未知 1.男 2.女 9.未说明）",
                    "example": "1"
                  },
                  "email": {
                    "type": "string",
                    "description": "电子邮件",
                    "example": "123456@qq.com"
                  },
                  "joinDate": {
                    "type": "string",
                    "description": "入单位时间，格式必须为YYYYMMDD",
                    "example": "20190101"
                  },
                  "disableDate": {
                    "type": "string",
                    "description": "账户失效日期，格式必须为YYYYMMDD（不传以身份失效日期为准）",
                    "example": "20190101"
                  },
                  "birthday": {
                    "type": "string",
                    "description": "出生日期",
                    "example": "2018-01-01"
                  },
                  "phoneNo": {
                    "type": "string",
                    "description": "手机号",
                    "example": "188XXXXXXXX"
                  },
                  "accDepId": {
                    "type": "string",
                    "description": "账户部门编号",
                    "example": "1"
                  },
                  "clsNum": {
                    "type": "string",
                    "description": "账户身份编号（40电力版对应园区身份）",
                    "example": "1"
                  },
                  "clsNum0": {
                    "type": "string",
                    "description": "40电力版本必须传（40电力版对应基本身份）",
                    "example": "1"
                  },
                  "payPassword": {
                    "type": "string",
                    "description": "交易密码，密文传递，规则参考改密接口,易通需要交易密码与查询密码都传入才会生效，否则生成默认密码",
                    "example": "ZgM4FQQlD0g="
                  },
                  "queryPassword": {
                    "type": "string",
                    "description": "查询密码，密文传递，规则参考改密接口",
                    "example": "ZgM4FQQlD0g="
                  },
                  "campusId": {
                    "type": "string",
                    "description": "园区编号，40园区必须传",
                    "example": "1"
                  },
                  "optNum": {
                    "type": "string",
                    "description": "操作员编号",
                    "example": "100001"
                  },
                  "isOpenAccount": {
                    "type": "string",
                    "description": "是否开户，0-否 ，1-是 ，2-仅开户不开卡 不填默认为否",
                    "example": "1"
                  },
                  "cardSid": {
                    "type": "string",
                    "description": "原始物理卡号（十进制物理卡号，5-15位，传入时以此卡号开虚拟卡）"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。"
                  }
                },
                "required": [
                  "accName",
                  "idTypeNum",
                  "idNo",
                  "sexNum",
                  "joinDate",
                  "accDepId",
                  "clsNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/recall": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "撤户",
        "description": "Version: ZYTK40_40.20.0630,ET_v5.1.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "帐号",
                    "example": "1"
                  },
                  "optNum": {
                    "type": "string",
                    "description": "操作员号",
                    "example": "1001"
                  },
                  "staNum": {
                    "type": "string",
                    "description": "站点号",
                    "example": "1"
                  },
                  "preReCallTime": {
                    "type": "string",
                    "description": "卡户预撤户时间,格式：\"yyyy-MM-dd HH:mm:ss\""
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "accNum",
                  "preReCallTime",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/getencryptionfactor": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "获取加密因子",
        "description": "开发者可以通过该接口获取加密因子，在调用入参或者返回值为密文的接口时使用加密因子信息进行3DES加解密，需要一卡通平台开通授权。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/unfreezeaccountcard": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "解冻账户",
        "description": "一卡通冻结API接口\n\nVersion: ET_v5.1.21.0831",
        "parameters": [],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNums": {
                    "type": "string",
                    "example": "账号"
                  },
                  "sign": {
                    "type": "string",
                    "example": "签名"
                  }
                },
                "required": [
                  "accNums",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infochangeservice/prerecall": {
      "post": {
        "tags": [
          "信息变更"
        ],
        "summary": "预撤户",
        "description": "Version: ET_v5.1.20.0630,ZYTK40_40.20.0630",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "帐号",
                    "example": "1"
                  },
                  "optNum": {
                    "type": "string",
                    "description": "操作员",
                    "example": "1001"
                  },
                  "staNum": {
                    "type": "string",
                    "description": "站点",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "accNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/payservice/correct": {
      "post": {
        "tags": [
          "交易冲正"
        ],
        "summary": "冲正",
        "description": "开发者可以通过该接口对指定交易订单进行冲正，该接口需要权限认证。\n注意\n该接口冲正用于第三方交易的冲正（预下单模式）\n20.0731版本开始支持部分冲正\n易通5.1.21.0630版本支持消费充值类订单冲正\n\nVersion: v5.1.20.0115,ZYTK40_40.20.0115",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "correctTradeSerial": {
                    "type": "string",
                    "description": "一卡通被冲正的订单流水号"
                  },
                  "tradeOrderNo": {
                    "type": "string",
                    "description": "对接平台流水号"
                  },
                  "correctMon": {
                    "type": "string",
                    "description": "冲正金额，不传则全额冲正"
                  },
                  "recDate": {
                    "type": "string",
                    "description": "记账日期,格式\"yyyy-MM-dd\""
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "correctTradeSerial",
                  "tradeOrderNo",
                  "recDate",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/payservice/qrcodetransfer": {
      "post": {
        "tags": [
          "支付消费"
        ],
        "summary": "二维码转账",
        "description": "开发者可以通过该接口对两个用户进行余额互转，该接口需要权限认证。\n应用场景： 第三方应用扫描一卡通账户二维码，获取到二维码字符串后，调用【一卡通二维码解析】接口进行二维码解析，解析成功后，跳转到转账页面，输入转账金额，点击“转账”按钮时调用本接口完成转账。\n注意： 调用方无法获知转入钱包号和转出钱包号时，钱包号默认传1,主钱包。\n\nVersion: ET_v5.1.20.1130,ZYTK40_40.20.1130",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "outAccNum": {
                    "type": "string",
                    "description": "一卡通帐号（余额转出帐号），可以通过【获取账户信息接口】获得",
                    "example": "100"
                  },
                  "outWalletNum": {
                    "type": "string",
                    "description": "转出账户钱包号，调用方无法获得钱包号时传1",
                    "example": "1"
                  },
                  "inAccNum": {
                    "type": "string",
                    "description": "转入一卡通账户",
                    "example": "100"
                  },
                  "inWalletNum": {
                    "type": "string",
                    "description": "转入账户钱包号，调用方无法获得钱包号时传1",
                    "example": "1"
                  },
                  "amount": {
                    "type": "string",
                    "description": "转出金额,格式是XX.XX元。",
                    "example": "10.00"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "outAccNum",
                  "outWalletNum",
                  "inAccNum",
                  "inWalletNum",
                  "amount",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/payservice/hzsunpay/offlinepay": {
      "post": {
        "tags": [
          "支付消费"
        ],
        "summary": "聚合支付离线补帐",
        "description": "本接口不校验余额下限；\n如果有优惠，会根据一卡通使用单位系统参数【离线聚合码优惠退还方式】来退还优惠金额至一卡通或者原路返回；\n补账过程中不做消费范围控制、消费金额限制，不执行消费管理费策略，但执行消费优惠策略（匿名支付不执行优惠策略）。\n补账时的交易时间应为该消费实际发生的时间，到账时间为当前入账时间。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "optType": {
                    "type": "string",
                    "description": "交易类型 1:充值消费 3:充值 5：消费",
                    "example": "1"
                  },
                  "uniqueId": {
                    "type": "string",
                    "description": "卡户标识号"
                  },
                  "queryType": {
                    "type": "string",
                    "description": "卡户标识号类型 1、账号 2、人员编号/个人编号 3、证件号码 4、正元物理卡号 5、原始物理卡号（ ZYTK4.0中，4、5均为卡号） 6、手机号",
                    "example": "1"
                  },
                  "eWalletNum": {
                    "type": "string",
                    "description": "交易钱包号，不支持开环钱包（4.0）",
                    "example": "1"
                  },
                  "monTrans": {
                    "type": "string",
                    "description": "交易金额,单位：元"
                  },
                  "dealerNum": {
                    "type": "string",
                    "description": "商户号"
                  },
                  "dealTime": {
                    "type": "string",
                    "description": "交易时间，格式：yyyy-MM-dd HH:mm:ss"
                  },
                  "proofNum": {
                    "type": "string",
                    "description": "对接平台流水号"
                  },
                  "otherRecId": {
                    "type": "string",
                    "description": "支付宝/微信等第三方流水号"
                  },
                  "recDate": {
                    "type": "string",
                    "description": "记账日期"
                  },
                  "payType": {
                    "type": "string",
                    "description": "支付方式：1：支付宝，2：校园卡，3：微信，4：银联，5：云马，6：建行龙支付，7：腾讯微校，8：威富通，9：农业银行，10：翼支付，11：建行e码通，12：招商银行，13：银联商服，14：工行融e联，15：钉钉，16：E福州，17：易校园钱包，18：中行支付，19：光大银行（4.0暂不支持），20：工商银行（易通5.1.21.0630版本新增，4.0暂不支持），21：贵州农信（易通5.1.21.0630版本新增，4.0暂不支持），22：江苏银行（易通5.1.21.0630版本新增，4.0暂不支持），23：柳州银行（易通5.1.21.0831版本新增，4.0暂不支持），24：交通银行（易通5.1.21.0831版本新增，4.0暂不支持），25：济宁银行（易通5.1.21.0831版本新增，4.0暂不支持），26：华融湘江银行（易通5.1.21.0831版本新增，4.0暂不支持）"
                  },
                  "deviceNum": {
                    "type": "string",
                    "description": "易通-设备编号或4.0-站点号，用于计算优惠",
                    "example": "1"
                  },
                  "durationId": {
                    "type": "string",
                    "description": "营业时段号，用于计算优惠",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "optType",
                  "uniqueId",
                  "queryType",
                  "eWalletNum",
                  "monTrans",
                  "dealerNum",
                  "dealTime",
                  "proofNum",
                  "recDate",
                  "payType",
                  "deviceNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/payservice/getcommonqrcode": {
      "post": {
        "tags": [
          "支付消费"
        ],
        "summary": "获取通用二维码",
        "description": "开发者可以通过该接口获得一卡通的通用消费二维码，该接口需要权限认证。\n应用场景： 第三方调用本接口获取二维码字符串之后以二维码形式展现在自己的APP中，由一卡通消费pos机（需支持二维码功能）扫描二维码完成支付。\n\nVersion: v5.1.20.0331,ZYTK40_40.20.0331",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "accNum": {
                    "type": "string",
                    "description": "一卡通帐号，可以通过【获取账户信息接口】获得",
                    "example": "2"
                  },
                  "sign": {
                    "type": "string",
                    "description": "目前默认提供MD5算法 后续推出SHA DES RSA 具体查看【开始开发-签名指南】。",
                    "example": "QWERWERWETRTRY"
                  }
                },
                "required": [
                  "accNum",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/payservice/orderhandle": {
      "post": {
        "tags": [
          "支付消费"
        ],
        "summary": "订单处理",
        "description": "开发者可以通过该接口对指定预下单后订单进行订单处理，该接口需要权限认证。\n注意\n该接口需与【预下单】接口配合完成业务流程\n预下单交易类型为充值消费时，返回的订单号为消费充值类订单号\n预下单为消费类型时，支付方式可以传2，后台默认记为一卡通余额\n\nVersion: v5.1.20.0115,ZYTK40_40.20.0115",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "transRecId": {
                    "type": "string",
                    "description": "预下单时返回的一卡通订单号"
                  },
                  "dealTime": {
                    "type": "string",
                    "description": "交易时间，格式：\"yyyy-MM-dd HH:mm:ss\""
                  },
                  "proofNum": {
                    "type": "string",
                    "description": "对接方平台流水号（易通proofNum不超过32位）"
                  },
                  "otherRecId": {
                    "type": "string",
                    "description": "支付宝/微信等第三方流水号"
                  },
                  "recDate": {
                    "type": "string",
                    "description": "记账日期，格式\"yyyy-MM-dd\""
                  },
                  "payType": {
                    "type": "string",
                    "description": "支付方式：1：支付宝，2：校园卡，3：微信，4：银联，5：云马，6：建行龙支付，7：腾讯微校，8：威富通，9：农业银行，10：翼支付，11：建行e码通，12：招商银行，13：银联商服，14：工行融e联，15：钉钉，16：E福州，17：易校园钱包，18：中行支付，19：光大银行（4.0暂不支持），20：工商银行（易通5.1.21.0630版本新增，4.0暂不支持），21：贵州农信（易通5.1.21.0630版本新增，4.0暂不支持），22：江苏银行（易通5.1.21.0630版本新增，4.0暂不支持），23：柳州银行（易通5.1.21.0831版本新增，4.0暂不支持），24：交通银行（易通5.1.21.0831版本新增，4.0暂不支持），25：济宁银行（易通5.1.21.0831版本新增，4.0暂不支持），26：华融湘江银行（易通5.1.21.0831版本新增，4.0暂不支持 ） ，27：宁波银行（易通5.1.21.0831版本新增，4.0暂不支持），28：邮储银行（易通5.1.21.0831版本新增，4.0暂不支持），29：中行一码通（易通5.1.21.0831版本新增，4.0暂不支持），30：河北农信社支付（易通5.1.21.0831版本新增，4.0暂不支持）"
                  },
                  "openId": {
                    "type": "string",
                    "description": "如果为空，则默认取token绑定的openId，否则以传入的为主。易通这个参数不用",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "transRecId",
                  "dealTime",
                  "proofNum",
                  "recDate",
                  "payType",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/payservice/preorder": {
      "post": {
        "tags": [
          "支付消费"
        ],
        "summary": "预下单",
        "description": "开发者可以通过该接口对指定用户进行预下单，该接口需要权限认证。\n应用场景：\n交易类型分别为 1:充值消费  3:充值  5：消费，根据交易类型 生成不同订单，交易类型为充值消费时生成一笔消费类和一笔消费充值类订单，返回消费充值类订单号。\n场景1\n一卡通充值消费：本身有支付能力的第三方通过支付宝或微信或银行等支付渠道直接在一卡通里消费，如第三方通过支付宝为学校提供网上订餐的功能。\n场景2\n一卡通充值：第三方通过支付宝或微信或银行等支付渠道对学生一卡通余额进行充值。\n场景3\n一卡通消费：第三方通过学生一卡通余额进行消费。\n注意\n该接口处理后配合【订单处理】接口完成业务流程\nv5.1.21.0831改动：增加账户所属使用单位编号请求参数（epId，可空），解决易通多使用单位版本，人员编号、证件号码、手机号码会重复导致充值出错的问题。\n注意：易通单使用单位版本，录入手机号码时没做重复校验，可能会录入多个相同手机号，需人为控制。\n\nVersion: v5.1.20.0115,ZYTK40_40.20.0115",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "optType": {
                    "type": "string",
                    "description": "交易类型 1:充值消费 3:充值 5：消费"
                  },
                  "epId": {
                    "type": "string",
                    "description": "账户所属使用单位编号，当是易通多使用单位版本时，通过人员编号或者证件号码或者手机号码查询时需要传（因为易通多使用单位版本人员编号、证件号码、手机号码会重复）",
                    "example": "1"
                  },
                  "uniqueId": {
                    "type": "string",
                    "description": "卡户标识号"
                  },
                  "queryType": {
                    "type": "string",
                    "description": "账户查询类型（1帐号/2人员编号/3证件号码/4正元物理卡号/5原始物理卡号/6手机号码）",
                    "example": "1"
                  },
                  "idType": {
                    "type": "string",
                    "description": "证件类型（当queryType为3时 idType字段为必填项），1-身份证，2-护照 ，3-学生证，4-工作证，5-军官证，6-其他证件 ，7-台胞证",
                    "example": "1"
                  },
                  "eWalletNum": {
                    "type": "string",
                    "description": "交易钱包号，不支持开环钱包（4.0），易通不支持计次钱包",
                    "example": "1"
                  },
                  "eWalletNumSource": {
                    "type": "string",
                    "description": "钱包选用参数，当钱包号和站点号都传的时候。1：用站点的（默认规则）2：用传入的钱包号",
                    "example": "1"
                  },
                  "feeNum": {
                    "type": "string",
                    "description": "交易类型，易通用",
                    "example": "100"
                  },
                  "monTrans": {
                    "type": "string",
                    "description": "交易金额(单位：元)",
                    "example": "0.01"
                  },
                  "dealerNum": {
                    "type": "string",
                    "description": "商户号，充值传0；1和5交易类型传具体商户号",
                    "example": "1001"
                  },
                  "dealTime": {
                    "type": "string",
                    "description": "交易时间，格式：\"yyyy-MM-dd HH:mm:ss\""
                  },
                  "deviceNum": {
                    "type": "string",
                    "description": "易通-设备编号或4.0-站点号，用于计算优惠",
                    "example": "1"
                  },
                  "durationId": {
                    "type": "string",
                    "description": "营业时段号，用于计算优惠",
                    "example": "1"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "optType",
                  "uniqueId",
                  "queryType",
                  "eWalletNum",
                  "monTrans",
                  "dealerNum",
                  "dealTime",
                  "sign"
                ]
              }
            }
          }
        }
      }
    },
    "/api/common/infoqueryservice/getstatbusiness": {
      "post": {
        "tags": [
          "其他"
        ],
        "summary": "商户营业汇总查询",
        "description": "默认汇总已日结的流水\n\nVersion: ZYTK40_40.20.1130",
        "parameters": [
          {
            "name": "access_token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "访问凭证，先调用 /api/token 获取"
          }
        ],
        "responses": {
          "200": {
            "description": "接口返回，字段详见原接口文档",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/CommonResponse"
                }
              }
            }
          }
        },
        "requestBody": {
          "required": true,
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "dealerNums": {
                    "type": "string",
                    "description": "需要汇总的商户列表，用‘,’隔开",
                    "example": "1001,1002,1003"
                  },
                  "beginDate": {
                    "type": "string",
                    "description": "汇总起始时间，yyyy-MM-dd",
                    "example": "2020-10-30"
                  },
                  "endDate": {
                    "type": "string",
                    "description": "汇总结束时间，yyyy-MM-dd",
                    "example": "2020-10-30"
                  },
                  "sign": {
                    "type": "string",
                    "description": "签名"
                  }
                },
                "required": [
                  "dealerNums",
                  "beginDate",
                  "endDate",
                  "sign"
                ]
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "CommonResponse": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string",
            "description": "返回码，0表示成功"
          },
          "msg": {
            "type": "string",
            "description": "返回消息"
          },
          "data": {
            "type": "object",
            "description": "业务数据，具体字段参考原接口文档"
          }
        }
      }
    }
  }
}