curl --location --request GET '/admin-api/system/social-user/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 14569,
"type": 30,
"openid": "666",
"token": "666",
"rawTokenInfo": "{}",
"nickname": "芋艿",
"avatar": "https://www.iocoder.cn/xxx.png",
"rawUserInfo": "{}",
"code": "666666",
"state": "123456",
"createTime": "2019-08-24T14:15:22.123Z",
"updateTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}