跨境业务一站式解决方案,了解更多请移步官网:https://www.shipnis.com/
Authorization: Bearer ********************curl --location --request GET '/v2/channels/getList' \
--header 'Bc-Warehouse-Id;' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"response": {
"data": [
{
"id": 0,
"name": "string",
"is_insurance": 0,
"is_reembolso": 0,
"way": 0
}
]
}
}