no message
parent
3694e9afd0
commit
ecab8b4bab
@ -0,0 +1,17 @@
|
|||||||
|
let bindInfo = {
|
||||||
|
chat_create:"/yishoudan/common/user/job/match/getTalk",// 创建会话
|
||||||
|
chat_send:"/yishoudan/common/user/job/match/doTalk",// 处理会话
|
||||||
|
chat_ai_job:"/yishoudan/store/job/getShareJobs",// gpt返回的职位列表
|
||||||
|
chat_daotian_job:"/yishoudan/store/job/platform/list",// 稻田职位列表
|
||||||
|
job_detail_daotian:"/yishoudan/store/job/platform/detail",// 稻田职位详情
|
||||||
|
chat_config:'/yishoudan/common/user/job/match/getBotInfo',// 获取机器人配置
|
||||||
|
ai_config:'/robot/config/getRobotList',// 获取机器人列表
|
||||||
|
|
||||||
|
|
||||||
|
chat_getConversationld:'/chat/message/getConversationId',// 获取会话id
|
||||||
|
chat_getHistory:'/chat/message/getPageList',// 获取历史记录
|
||||||
|
chat_addHistory:'/chat/message/addChatMessage',// 新增聊天记录
|
||||||
|
chat_delMsg:'/chat/message/deleteMessage',// 删除聊天记录
|
||||||
|
}
|
||||||
|
|
||||||
|
export default bindInfo;
|
||||||
Loading…
Reference in New Issue