{
"params": {
"property1": {},
"property2": {}
},
"itemId": 922337203685477600,
"itemNo": "string",
"itemName": "string",
"abbreviation": "string",
"itemIcon": "string",
"unit": "string",
"weight": 0,
"decimalPlaces": 0,
"applicableSex": 0,
"bestType": 0,
"itemTimes": 0,
"itemDuration": 0,
"applicableSexList": [
0
],
"weightGTZero": true
}curl --location --request POST 'http://192.168.20.159:8080/ykd-base-system/fitnessItem' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"property1": {},
"property2": {}
},
"itemId": 922337203685477600,
"itemNo": "string",
"itemName": "string",
"abbreviation": "string",
"itemIcon": "string",
"unit": "string",
"weight": 0,
"decimalPlaces": 0,
"applicableSex": 0,
"bestType": 0,
"itemTimes": 0,
"itemDuration": 0,
"applicableSexList": [
0
],
"weightGTZero": true
}'{
"code": 0,
"msg": "string",
"data": {}
}