{}curl --location --request POST '/ma/activity/info' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"ret": 0,
"msg": "success",
"err": null,
"data": {
"id": "1",
"status": "suspend",
"initStartTime": "1713930147000",
"lastStartTime": "1718157642000",
"lastSuspendTime": "1718179773000",
"budget": 301039.00,
"budgetUsed": 300.10,
"amount": 2.01,
"eggNum": 15,
"dailyMax": 100,
"singleDailyAmount": null,
"singleMonthlyMax": 10000,
"singleMonthlyAmount": null,
"inviteRewardNum": 5,
"description": "hello",
"showState": "hide"
},
"ok": true
}