curl --location --request GET '/shiguo/c//measureList?startDate=2025-01-01&endDate=2025-01-31&appSecret'
{ "code": 0, "msg": "string", "data": { "list": [ { "weightId": "string", "phone": "string", "weight": 0, "pbf": 0, "measurementDate": "string" } ] } }