curl --location --request GET 'mall/api/admin/platform/merchantMarketing/list?page=1&limit=20&isSwitch=1&isSelf=0&bizType=1'
{
"code": 0,
"message": null,
"data": {
"page": 0,
"limit": 0,
"totalPage": 0,
"total": 0,
"list": [
{
"id": 0,
"name": "string",
"account": "string",
"categoryId": 0,
"typeId": null,
"realName": "string",
"phone": "string",
"isSelf": true,
"isRecommend": true,
"isTakeTheir": null,
"isSwitch": true,
"copyProductNum": 0,
"starLevel": 0,
"remark": "string",
"sort": 0,
"createType": "string",
"createName": "string",
"createTime": "string"
}
]
}
}