💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**简要描述:** - 获取用户详情 **请求URL:** - ` kefuapi/chat/userInfo` **请求方式:** - get **参数:** |参数名|是否必选|类型|说明| |:---- |:---|:----- |----- | | user_id | 是 | int | 用户id | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 9, "sn": "42942317", "nickname": "mofung1", "avatar": "http://www.likeshopb2b2c.localhost/uploads/user/avatar/c8eb832ac025e51e34cd7a6b9baf948d.jpeg", "level": 7, "mobile": "131****7825", "total_order_amount": "57275.97", "birthday": "-", "client": 1, "create_time": "2021-06-24 15:25:57", "level_name": "铂金会员", "client_desc": "小程序商城" } } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | | id | int | 用户id | | sn | string | 用户编号 | | nickname | string | 昵称 | | avatar | string | 头像 | | mobile | string | 手机号 | | total_order_amount | string | 累计消费 | | birthday | string | 生日 | | create_time | string | 注册时间 | | level_name | string | 等级 | | client_desc | string | 来源 |