{
"platform":"PubScholar公益学术平台",
"dayNum":14
}
curl --location --request POST 'http://blockchain.sciencechain.ac.cn/tranSumEveryDay' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform":"PubScholar公益学术平台",
"dayNum":14
}'
{
"code": 0,
"msg": "查询成功",
"result": {
"dayList": [
"2024-02-26",
"2024-02-27",
"2024-02-28",
"2024-02-29",
"2024-03-01",
"2024-03-02",
"2024-03-03",
"2024-03-04",
"2024-03-05",
"2024-03-06"
],
"tranSumList": [
0,
0,
0,
0,
0,
0,
0,
3,
4,
0
]
}
}