curl --location --request GET 'http://192.168.20.159:8080/ykd-base-system/fitnessItem/list?itemId=922337203685477600&itemNo=&itemName=&applicableSex=&bestType=' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"data": {
"total": 922337203685477600,
"list": [
{
"itemId": 922337203685477600,
"itemNo": "string",
"itemName": "string",
"itemIcon": "string",
"abbreviation": "string",
"unit": "string",
"weight": 0,
"decimalPlaces": 0,
"applicableSex": 0,
"bestType": 0,
"itemTimes": 0,
"itemDuration": 0,
"gmtCreate": "2019-08-24T14:15:22Z"
}
]
},
"code": 0,
"msg": "string"
}