{
"name": "状态选项集",
"options": [
{
"value": "进行中",
"index": 1,
"color": "#2196F3",
"score": 50
},
{
"value": "已完成",
"index": 2,
"color": "#4CAF50",
"score": 100
}
],
"enableColor": true,
"enableScore": true
}curl --location 'https://api.mingdao.com/v3/app/optionsets' \
--header 'HAP-Appkey;' \
--header 'HAP-Sign;' \
--header 'Content-Type: application/json' \
--data '{
"name": "状态选项集",
"options": [
{
"value": "进行中",
"index": 1,
"color": "#2196F3",
"score": 50
},
{
"value": "已完成",
"index": 2,
"color": "#4CAF50",
"score": 100
}
],
"enableColor": true,
"enableScore": true
}'{
"data": {
"optionsetId": "option_set_123"
},
"success": true
}