{
"ver": "2.0.1",
"fromSoftId": 1,
"updLog": "测试\n阿萨德",
"updType": 1,
"status": 1,
"keyword": "222阿萨德111",
"msg": "333测试123\r\n123123哒哒哒"
}curl --location --request POST '/myauth/web/addVersionAndMsg' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"ver": "2.0.1",
"fromSoftId": 1,
"updLog": "测试\n阿萨德",
"updType": 1,
"status": 1,
"keyword": "222阿萨德111",
"msg": "333测试123\r\n123123哒哒哒"
}'{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1645093547361
}