Authorization: Bearer ********************curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/merchant/merchant-event/partner-list' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"rows": [
{
"id": 0,
"merchantId": 0,
"name": "string",
"type": "string",
"source": 0,
"title": "string",
"count": 0,
"startTime": "2019-08-24T14:15:22.123Z",
"endTime": "2019-08-24T14:15:22.123Z",
"fileUrl": "string",
"status": 0,
"num": 0,
"sold": 0,
"virtualSales": 0,
"edit": 0
}
],
"code": 0,
"msg": "string"
}