curl --location --request POST '/open_interface/getSupplierTypeBox'{
"status": 1,
"code": 100,
"message": "操作成功",
"data": {
"list": [
{
"id": 2,
"name": "区域供货商"
}
]
}
}