curl --location --request GET '/admin-api/mp/user/page?pageNo=1&pageSize=10&accountId=2048'{
"code": 0,
"data": {
"list": [
{
"id": 1024,
"openid": "o6_bmjrPTlm6_2sgVt7hMZOPfL2M",
"subscribeStatus": 1,
"subscribeTime": "2019-08-24T14:15:22.123Z",
"unsubscribeTime": "2019-08-24T14:15:22.123Z",
"nickname": "芋道",
"headImageUrl": "https://www.iocoder.cn/1.png",
"language": "zh_CN",
"country": "中国",
"province": "广东省",
"city": "广州市",
"remark": "你是一个芋头嘛",
"tagIds": "1,2,3",
"accountId": 1,
"appId": "wx1234567890",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}