💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 会员基础信息 ~~~[api] post:/api/member/info *token#会员token <<< success { "code":0, "message":"操作成功", "data":{         "member_id":95,         "source_member":0,         "username":"tester",         "nickname":"tester",         "mobile":"",         "email":"",         "password":0,         "status":1,         "headimg":"[https://thirdwx.qlogo.cn/mmopen/vi\_32/Q3auHgzwzM6iaL1w4emVQKQ011NBwB5EstVRNJODL7jfialliapz6HDTB9fPbmcTpI4gVv87ribtO74ialguvWZRPWg/132](https://thirdwx.qlogo.cn/mmopen/vi_32/Q3auHgzwzM6iaL1w4emVQKQ011NBwB5EstVRNJODL7jfialliapz6HDTB9fPbmcTpI4gVv87ribtO74ialguvWZRPWg/132)",         "member_level":49,         "member_level_name":"普通",         "member_label":",",         "member_label_name":"",         "qq":"",         "qq_openid":"",         "wx_openid":"",         "wx_unionid":"",         "ali_openid":"",         "baidu_openid":"",         "toutiao_openid":"",         "douyin_openid":"",         "realname":"",         "sex":0,         "location":"",         "birthday":0,         "point":"11.00",         "balance":"1.00",         "balance_money":"0.00",         "growth":"11.00",         "sign_days_series":1     }, "timestamp":1593654082 } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 ~~~