{ "rq": { "corpid": "corp1", "title": "发票1", "userid": "user1" } }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/invoice/search?access_token=dc73axxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "rq": { "corpid": "corp1", "title": "发票1", "userid": "user1" } }'
{ "invoice": [ { "id": 0, "title": "string" } ], "success": true, "errmsg": "string", "errcode": 0 }