数据统计-柱状图
开发中
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