curl --location '/transfer/con/rightLikeSupplierCode?supplierCodeAndName=test' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"msg": "",
"data": [
{
"supplierId": 0,
"supplierCode": "",
"supplierName": "",
"supplierTypeId": "",
"supplierTypeName": [
""
],
"supplierTypeIds": [
0
]
}
]
}