curl --location --request GET '/v2/alibaba/refund/logistic/companyList' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
{
"requestId": "",
"code": 0,
"developId": 0,
"msg": "",
"data": [
{
"id": 0,
"companyName": "",
"companyNo": "",
"companyPhone": "",
"supportPrint": "",
"spelling": ""
}
]
}