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
    • Common
  • output_format

output_format · Changes

Page history
init authored Oct 21, 2019 by 李林坳's avatar 李林坳
Show whitespace changes
Inline Side-by-side
Showing with 17 additions and 0 deletions
+17 -0
  • common/output_format.md common/output_format.md +17 -0
  • No files found.
common/output_format.md 0 → 100644
View page @ 34c365d3
#### 返回数据格式
> 所有接口返回值以JSON字符串的形式返回给调用者,JSON格式如下:
```
{
"statusCode": 1,
"statusMessage": "请求成功",
"data": {}
}
```
返回JSON属性如下:
|属性 | 说明 |
| -------- | -------- |
|statusCode | 返回查询结果编码 |
|statusMessage | result不为1时的错误信息描述。 |
|data | 结果数据。不同接口,data的内容会有所不同。具体见各接口返回说明。 |
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