{ "request": { "corpid": "dingsdsdsfsdf", "bill_month": "202004" } }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/monthbill/url/get?access_token=dc73axxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "corpid": "dingsdsdsfsdf", "bill_month": "202004" } }'
{ "success": true, "module": [ { "start_date": "string", "end_date": "string", "url": "string" } ], "errcode": 0, "errmsg": "string", "request_id": "string" }