curl --location --request POST 'http://mp.xipuduo.cn/index.php/Retail/IdentityActivity/selectedConfigList_v4' \
--form 'merchant_id="1"' \
--form 'sign="123456"'{
"status": 1,
"msg": "获取成功",
"data": [
{
"id": "1",
"merchant_id": "1",
"act_name": "合伙人",
"identity_type": "1",
"act_price": "50000.00",
"reward_type": "1",
"reward_percent": "20.00",
"enabled": "1",
"remark": "备注",
"add_time": "1708421638"
}
]
}