curl --location --request POST 'http://mp.xipuduo.com/index.php/Retail/IdentityActivity/getDeliveryTemplate_v4' \
--form 'store_id="1"' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"msg": "查询成功",
"data": [
{
"id": "1",
"title": "普通"
}
]
}