{
"hash": "cd2974a98bd05a4d2b16602986db76e6"
}
curl --location --request POST '/api/v1/node/dailyBonus/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"hash": "cd2974a98bd05a4d2b16602986db76e6"
}'
{
"code": 0,
"data": {
"ID": 2,
"CreatedAt": "2022-07-20T17:55:40.412+08:00",
"UpdatedAt": "2022-07-20T17:55:40.412+08:00",
"DeletedAt": null,
"Hash": "cd2974a98bd05a4d2b16602986db76e6",
"Type": "singIn",
"Gold": 2,
"Day": "2022-07-20T00:00:00+08:00"
},
"msg": "成功"
}