curl --location --request POST 'localhost:8077/supervision/api/setting/getSettingById?menuId=2' \
--header 'token: 080b8fc4911640a19d33bbbfbd1d482d' \
--header 'token;' \
--header 'roleId: {{stuRoleId}}' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}'
{
"code": 0,
"errorCode": 0,
"message": "",
"result": {
"contentList": [
{
"count": 1,
"cycle": 1
}
],
"evaluateContent": [
"师德师风",
"教学能力",
"教学内容",
"教学质量"
],
"evaluateType": 2,
"frequencyStatus": 1,
"id": 2,
"isPhoto": 1,
"isWarn": 1,
"isWatermark": 0,
"menuId": 2,
"status": 1,
"templateId": null,
"typeStatus": 0,
"warmScore": 80
},
"success": true
}