# 会员中心

# 会员中心

  • 请求地址:ucenter/index

  • 请求方式:GET

  • 需要授权:否

返回结果

// 调用成功返回
{
    "code": 1, 
    "msg": "ok", 
    "data": {
        "id": 1, 
        "username": "demo", 
        "nickname": "demo", 
        "group_name": "钻石会员", 
        "shop_count": 0, 
        "birthday": 0, 
        "sex": 0, 
        "is_spread": true, 
        "mobile": "18026740326", 
        "point": 0, 
        "amount": "0.00", 
        "avatar": null, 
        "order_count": {}
    }
}
// 调用失败返回
{
    "msg":"",
    "code":0
}