curl --location --request POST '/open_interface/getSupplierIndustryBox'{
"status": 1,
"code": 100,
"message": "操作成功",
"data": {
"list": [
{
"id": 2,
"name": "零售"
},
{
"id": 3,
"name": "餐饮"
}
]
}
}