{
"id": 1,
"ckey":"123",
"point": 100,
"seconds": 0
}
curl --location --request POST '/myauth/web/updCard' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"ckey":"123",
"point": 100,
"seconds": 0
}'
{
"code": 200,
"success": true,
"msg": "修改成功",
"sign": "",
"result": null,
"timestamp": 1645106893531
}