## 招标数据实时查询接口(新) ---- 本接口用于招标数据实时查询 ### 调用路径 > http://api.shuidi.cn/open/bidchance/search ### 输入参数 |参数名称 | 是否必填 | 说明 | | -------- | -------- | -------- | |认证相关参数 | 是| 见接口认证章节说明 | |key | 是 | 查询版本号,前一次获取新增数据的最大dataVersion | |currentpage | 否 | 当前查询第几页,默认为1 | |pagesize | 否 | 单页返回最大记录数,默认为50 | {% include '../common/authenticate.md' %} ### 输出结果 {% include '../common/output_format.md' %} #### 输出样例 ```json ``` #### 输出结果字段含义 | 属性名 | 含义 | | -------- | -------- | {% include '../common/error_code.md'%}