{ "corp_biz_no": "dingcorpxxx" }
curl --location --request POST 'http://127.0.0.1/topapi/dingpay/redenvelope/get?access_token=dc73axxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "corp_biz_no": "dingcorpxxx" }'
{ "request_id": "string", "errcode": 0, "errmsg": "string", "result": { "theme_id": "string", "receiver_id": "string", "sender_id": "string", "type": "string", "refund_amount": "string", "pick_amount": "string", "refund_time": "string", "pick_time": "string", "send_time": "string", "total_amount": "string", "status": "string", "order_no": "string", "corp_biz_no": "string", "greetings": "string" } }