curl --location --request POST 'http://mp.xipuduo.com/index.php/SmallProgramApi/Store/getIndustrySelect_v4' \
--form 'vid="1"' \
--form 'uid="1"' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"message": "获取成功",
"data": {
"list": [
{
"id": "1",
"name": "验证门店"
}
]
}
}