{
"site": 1,
"siteName": 10,
"taskType": "0",
"excludeStartDate": "2025-08-07",
"excludeEndDate": "2025-08-16",
"userId": "admin",
"userName": "BBU管理员",
"remark": "测试数据"
}curl --location --request POST 'http://10.18.6.122:88/api/dap/base/exclude/date/config' \
--header 'Authorization: Bearer c7KzZCrm4ip42-sKWxGhAfnMgrdVU4D1ZefeLSl2h4Av8Iv0_Dl0KcN7ZKNjnS0Qg9GaVfZUXkMm2ckyIjQmlRcAt4lWzoFKUfUxT69hgTZQ8FLdtO_qduYkRXc_6Nkk' \
--header 'Content-Type: application/json' \
--data-raw '{
"site": 1,
"siteName": 10,
"taskType": "0",
"excludeStartDate": "2025-08-07",
"excludeEndDate": "2025-08-16",
"userId": "admin",
"userName": "BBU管理员",
"remark": "测试数据"
}'{
"code": 0,
"msg": null,
"data": {}
}