{
"userId": 18,
"questionId": 35409572529176576,
"contentBody":{
"content": "回答内容",
"contentHtml": "<h3>回答内容<h3>"
}
}
curl --location --request POST 'http://47.92.1.39:8005/api/help/publish/replay' \
--header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwZXJtaXNzaW9ucyI6W10sInJvbGVzIjpbXSwiZXhwIjoxNjczODcyMzg0LCJ1c2VybmFtZSI6InJvb3QifQ.VvAGS0-_MjSqfTcAjuNcxIWsFohE8rle8yi82q6EohM' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 18,
"questionId": 35409572529176576,
"contentBody":{
"content": "回答内容",
"contentHtml": "<h3>回答内容<h3>"
}
}'
{}