curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/supplier/fetchSupplierCateList?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"isDisable": 19
}'
{
"result": [
{
"id": 4023,
"supplierCateCode": "SPC001",
"supplierCateName": "默认供应商类别",
"isDisable": 0,
"memo": "",
"createTime": 1501229688000,
"updateTime": 1501229688000
},
{
"id": 4041,
"supplierCateCode": "SPC002",
"supplierCateName": "yaya",
"isDisable": 0,
"memo": "",
"createTime": 1502085398000,
"updateTime": 1502094358000
}
],
"code": 0,
"message": "成功[OK]",
"messageUuid": "25d4912ee89543f5be88149e501d6d38"
}