File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -412,3 +412,36 @@ POST /v1/user/recommend-list
412412 },
413413 " msg" : " success" // 状态信息
414414}
415+ ```
416+ ### 获取机器人推荐列表
417+
418+ POST /v1/user/recommend
419+
420+ 请求头:
421+ | 名称| 必须| 备注|
422+ | -----| -----| -----|
423+ |token|是|空
424+
425+ 响应体:
426+ ``` JSONC
427+ {
428+ " code" : 1 , // 请求状态码,1为正常
429+ " data" : {
430+ " botList" : [
431+ {
432+ " chatId" : " 30473864" , // 机器人id
433+ " chatType" : " 3" , // 识别对象类别,1-用户,2-群聊,3-机器人
434+ " headcount" : " 115190" , // 使用人数
435+ " nickname" : " 云湖AI助手" , // 机器人名称
436+ " introduction" : " 官方的机器人,AI机器人。本机器人所有输出内容均由AI生成。" , // 机器人简介
437+ " introductions" : " " ,
438+ " avatarUrl" : " https://chat-img.jwznb.com/cb1a825a1f7e4c5f782dc79200961907.png" , // 机器人头像url
439+ " isAdd" : 1 , // 是否添加(1为可添加,0为不可添加)
440+ " isApply" : 0 , // 是否应用
441+ " alwaysAgree" : 0 // 是否总是同意
442+ }
443+ // ...
444+ ]
445+ },
446+ " msg" : " success" // 返回消息
447+ }
You can’t perform that action at this time.
0 commit comments