curl --location --request GET '/mallBase/smsShop/shop-statistics?id' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k'
{
"code": 0,
"message": "string",
"result": {
"orderMonthAmount": 0,
"orderMonthNum": 0,
"orderTodayAmount": 0,
"orderTodayNum": 0,
"orderTotalAmount": 0,
"orderTotalNum": 0
},
"success": true,
"timestamp": 0
}