{ "rq": { "number": "12345", "thirdpart_id": "cost1", "corpid": "corp1", "scope": "1", "title": "阿里商旅", "alipay_no": "a@alipay.com" } }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/cost/center/new?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "rq": { "number": "12345", "thirdpart_id": "cost1", "corpid": "corp1", "scope": "1", "title": "阿里商旅", "alipay_no": "a@alipay.com" } }'
{ "result": { "id": 0 }, "success": true, "errmsg": "string", "errcode": 0 }