{
"id": 1
}
curl --location --request POST '/myauth/web/getEvent' \
--header 'token: 2b036bd8139e44e1a8034e371d9584a7' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"name": "扣点数",
"point": -10,
"seconds": 0,
"addTime": 1675145237,
"status": 1,
"fromSoftId": 1,
"fromSoftName": null,
"dayCount": 7,
"allCount": 10,
"startTime": 0,
"endTime": 0
},
"timestamp": 1691478159874
}