{ "operation_userid": "manager4220", "blackboard_id": "9uiuihhgui989huh" }
curl --location --request POST 'http://127.0.0.1/topapi/blackboard/get?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "operation_userid": "manager4220", "blackboard_id": "9uiuihhgui989huh" }'
{ "result": { "id": "string", "author": "string", "title": "string", "content": "string", "category_id": "string", "private_level": 0, "depname_list": [ "string" ], "username_list": [ "string" ], "gmt_create": "string", "gmt_modified": "string", "read_count": 0, "unread_count": 0, "coverpic_url": "string" }, "success": true, "errcode": 0, "request_id": "string" }