{
"name": "解绑",
"point": -10,
"seconds": -3600,
"status": "1",
"fromSoftId":1
}
curl --location --request POST '/myauth/web/addEvent' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "解绑",
"point": -10,
"seconds": -3600,
"status": "1",
"fromSoftId":1
}'
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1645698060412
}