curl --location --request GET 'https://test-api.yunjishop.cn/member/user/getUnionUserInfo/'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"avatar": "string",
"userId": 0,
"nickname": "string",
"phoneNumber": "string",
"isRealNameAuthentication": "Y",
"createTime": "2019-08-24T14:15:22Z",
"vipType": "ORDINARY",
"userWalletVo": {
"pigCoin": 0,
"freezeCoin": 0
},
"status": 0,
"userLoginLogVo": {
"ipaddr": "string",
"loginTime": "2019-08-24T14:15:22Z"
}
}
}