公共资源交易中心
  1. 数据中心接口
公共资源交易中心
  • 数据中心接口
    • 数据总量(包含地图)
      GET
    • 数量统计-本日
      GET
    • 数量统计-本月
      GET
    • 数量统计-本年
      GET
    • 各交易类别发布公告数据
      GET
    • 数据统计-柱状图
      GET
    • 数据统计-折线图
      GET
  • 交易信息
    • 首页-开评标场地
      GET
    • 首页-今日开标
      GET
    • 首页-交易信息聚合左侧菜单
      GET
    • 首页-交易信息顶部条件
      GET
    • 首页-交易信息列表
      GET
    • 首页-公告列表详情
      GET
    • 交易信息检索页面
      GET
    • 交易信息检索-条件聚合
      GET
    • 交易信息搜索-查询旗县
      GET
  • 今日开标
    • 获取地区编码
      GET
    • 今日开标
      GET
    • 获取标室
      GET
    • 数据中心
      GET
    • 盟市数据中心
      GET
    • 查询盟市列表
      GET
  • 查询盟市列表
    GET
  • 查询盟市对应的旗县区
    GET
  • 信用信息-列表
    GET
  • 首页-大搜索
    GET
  • 办事指南-政策文件搜索
    GET
  • openai
    GET
  • 信用信息
    GET
  1. 数据中心接口

数据统计-柱状图

开发中
GET
openapi/data-controller/publishingCategoryMoneyList

请求参数

Query 参数
platformCode
string 
可选
示例值:
11150100MB1E47030G

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'openapi/data-controller/publishingCategoryMoneyList'

返回响应

🟢200成功
application/json
Body
success
boolean 
必需
message
string 
必需
code
integer 
必需
result
array [object {4}] 
必需
totalAssemble
null 
必需
money
number 
金额
必需
totalSelf
null 
必需
title
string 
名称
必需
timestamp
integer 
必需
示例
{
    "success": true,
    "message": "",
    "code": 200,
    "result": [
        {
            "totalAssemble": null,
            "money": 5764.490446551223,
            "totalSelf": null,
            "title": "政府采购"
        },
        {
            "totalAssemble": null,
            "money": 1997.868823000345,
            "totalSelf": null,
            "title": "其他交易"
        },
        {
            "totalAssemble": null,
            "money": 2478.2425180881683,
            "totalSelf": null,
            "title": "国有资产"
        },
        {
            "totalAssemble": null,
            "money": 1826.73271241953,
            "totalSelf": null,
            "title": "土地矿权"
        },
        {
            "totalAssemble": null,
            "money": 6889.0264481700615,
            "totalSelf": null,
            "title": "疫苗交易"
        }
    ],
    "timestamp": 1677927564099
}
修改于 2023-03-04 11:48:37
上一页
各交易类别发布公告数据
下一页
数据统计-折线图
Built with