{ "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/modify?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" } }'
{ "success": true, "errcode": 0, "errmsg": "string" }