curl --location --request GET 'https://test-api.yunjishop.cn/member/web/channel/downloadChannel/list/'
{
"total": 0,
"rows": [
{
"uid": "string",
"nickname": "string",
"phoneNumber": "string",
"createTime": "2019-08-24T14:15:22Z",
"downloadChannel": "string",
"inviteUserId": 0
}
],
"code": 0,
"msg": "string"
}