Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
D
dbp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • credit_data
  • dbp
  • Wiki
    • Bidchance.wiki
  • open_bidchance_searchPage

open_bidchance_searchPage · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Hide whitespace changes
Inline Side-by-side
Showing with 68 additions and 0 deletions
+68 -0
  • bidchance.wiki/open_bidchance_searchPage.md bidchance.wiki/open_bidchance_searchPage.md +68 -0
  • No files found.
bidchance.wiki/open_bidchance_searchPage.md 0 → 100644
View page @ 34c365d3
## 招标数据(新)
----
本接口用于查询招标数据
### 调用路径
> http://api.shuidi.cn/open/bidchance/searchPage
### 输入参数
|参数名称 | 是否必填 | 说明 |
| -------- | -------- | -------- |
|认证相关参数 | 是| 见接口认证章节说明 |
|key | 是 | 查询公司名称 |
|currentpage | 否 | 当前查询第几页,默认为1 |
|pagesize | 否 | 单页返回最大记录数,默认为50 |
|type | 否 | 查询类型1:中标、 2:公告、默认全部 |
{% include '../common/authenticate.md' %}
### 输出结果
{% include '../common/output_format.md' %}
#### 输出样例
```json
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {
"datas": [
{
"id": 12842244,
"channel": "zhongbiao",
"channelName": "中标公告",
"provinceCode": "310000",
"provinceName": "上海",
"pubdate": 1484150400000,
"title": "询价标题:杂品类(其他)竞价结果"
}
],
"paging": {
"pageSize": 10,
"totalPages": 2,
"currentPage": 2,
"totalRecords": 11
}
}
}
```
#### 输出结果字段含义
| 属性名 | 含义 |
| -------- | -------- |
| paging.pageSize | 每页条数,默认50 |
| paging.currentPage | 页码,查询页码列表信息,默认第一页 |
| paging.totalRecords | 总记录数 |
| paging.totalPages | 总页数 |
| datas.id | 信息ID |
| datas.channel | 频道代码 |
| datas.channelName | 频道名称 |
| datas.provinceCode | 地区代码 |
| datas.provinceName | 地区 |
| datas.pubdate | 发布日期 |
| datas.title | 标题 |
{% include '../common/error_code.md'%}
Clone repository
  • README
  • SUMMARY
  • bidchance.wiki
    • README
    • open_bidchance_batchGetDatas
    • open_bidchance_batchGetKeywords
    • open_bidchance_count
    • open_bidchance_find
    • open_bidchance_keywords
    • open_bidchance_search
    • open_bidchance_searchPage
  • common
    • authenticate
    • error_code
    • output_format
    • service_hosts_pub
  • company.wiki
    • README
View All Pages