curl --location 'https://openapi.suanli.cn/api/storage/billing/get_billing_record?range=day&start_time=2026-01-01T00%3A00%3A00+08%3A00&end_time=2026-01-02T23%3A59%3A59+08%3A00&storage_type=ShareStorage&page=undefined&page_size=undefined' \
--header 'token;' \
--header 'timestamp: 1770194570564' \
--header 'version: 1.0.0'{
"code": "0000",
"message": "string",
"data": {
"count": 0,
"results": [
{
"billing_coin": 0,
"discount_coin": 0,
"s3_coin": 0,
"juicefs_coin": 0,
"juicefs_cache_coin": 0,
"flow_coin": 0,
"flow_size": 0,
"start_time": "string",
"end_time": "string"
}
]
}
}