curl --location --request POST 'http://mp.xipuduo.cn/index.php/Retail/IdentityActivity/applyList_v4' \
--form 'page="1";type=false' \
--form 'limit="10";type=false' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"msg": "获取成功",
"data": [
{
"id": "2",
"merchant_id": "1",
"vid": "1",
"config_id": "6",
"special_id": null,
"identity_type": "1",
"province": null,
"city": null,
"area": null,
"street": null,
"act_price": "111.00",
"reward_type": "2",
"reward_percent": "1.00",
"status": "0",
"remark": "",
"apply_time": "1709567142",
"add_time": "1709567142"
},
{
"id": "1",
"merchant_id": "1",
"vid": "2",
"config_id": "7",
"special_id": null,
"identity_type": "5",
"province": "北京",
"city": "北京市",
"area": "东城区",
"street": "东华门街道",
"act_price": "333.00",
"reward_type": "1",
"reward_percent": "0.00",
"status": "0",
"remark": "",
"apply_time": "1709566580",
"add_time": "1709566580"
}
],
"count": 2
}