curl --location --request GET '/shopapi/distribution/monthBill' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"lists": [
{
"date": "2021年06月",
"year": "2021",
"month": "06",
"total_money": "20.00",
"order_goods_num": 1
},
{
"date": "2021年07月",
"year": "2021",
"month": "07",
"total_money": "6.00",
"order_goods_num": 2
}
],
"count": 2,
"page_no": 1,
"page_size": 25,
"more": 0
}
}