[
{
"id": 0,
"subjectId": 0,
"subjectName": "string",
"recommendStatus": 0,
"sort": 0
}
]curl --location --request POST '/home/recommendSubject/create' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"subjectId": 0,
"subjectName": "string",
"recommendStatus": 0,
"sort": 0
}
]'{
"code": 200,
"message": "操作成功",
"data": 0
}