curl --location --request POST 'http://activity.test.xuance365.com/redpackage/send?t&sign&uid' \
--header 'Content-Type: text/plain' \
--data-raw '{"toName":"zhangsan","fromName":"lisi","t":"1737026054","sign":"2d9704f0fc26684fbedd975a46bd95e9"}'
{
"code": 0,
"msg": "success",
"data": {
"content": null,
"hasBegin": true,//true代表活动开始
"hasSend": 0,//0代表没领取过。1代表领取过
"money": "66"//单位元
}
}