{
"userId": 41,
"title": "待审核问题2",
"contentBody":{
"content": "问题内容2",
"contentHtml": "<h3>问题内容2<h3>"
},
"tag": "组件bug"
}
curl --location --request POST 'http://47.92.1.39:8005/api/help/publish/question' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwZXJtaXNzaW9ucyI6W10sInJvbGVzIjpbXSwiZXhwIjoxNjczODcyMzg0LCJ1c2VybmFtZSI6InJvb3QifQ.VvAGS0-_MjSqfTcAjuNcxIWsFohE8rle8yi82q6EohM' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 41,
"title": "待审核问题2",
"contentBody":{
"content": "问题内容2",
"contentHtml": "<h3>问题内容2<h3>"
},
"tag": "组件bug"
}'
{
"success": true,
"errCode": null,
"errMessage": null
}