{
"courseId": 922337203685477600
}
curl --location --request POST 'http://192.168.20.159:8080/hyd-base-system/course/addBrowseNum' \
--header 'Authorization: Bearer ' \
--header 'Clientid: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseId": 922337203685477600
}'
{
"code": 0,
"msg": "string",
"data": {},
"success": true
}