{}curl --location --request POST '/admin/activity/info' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"id": "1",
"status": "suspend",
"budget": 301039.00,
"budgetRemainder": 300738.90,
"dailyRemainder": 100,
"singleDailyAmount": null,
"singleMonthlyAmount": null,
"showState": "hide"
},
"ok": true
}