You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
420 B
JavaScript
9 lines
420 B
JavaScript
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",// 稻田职位详情
|
|
}
|
|
|
|
export default bindInfo; |