{
"keyword": "阿萨德",
"msg": "测试123",
"status": 1,
"fromSoftId": 1,
"fromVerId": 2
}
curl --location --request POST '/myauth/web/addMsg' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "阿萨德",
"msg": "测试123",
"status": 1,
"fromSoftId": 1,
"fromVerId": 2
}'
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1645077731876
}