{
"id": 1,
"name": "解绑",
"point": -10,
"seconds": -3600,
"status": "1"
}
curl --location --request POST '/myauth/web/updEvent' \
--header 'token: 2b036bd8139e44e1a8034e371d9584a7' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "解绑",
"point": -10,
"seconds": -3600,
"status": "1"
}'
{
"code": 200,
"success": true,
"msg": "修改成功",
"sign": "",
"result": null,
"timestamp": 1645691678138
}