liudong
2024-08-19 a388238ca345647b4d0581f572dc7aec32f79a26
src/api/session.ts
@@ -20,9 +20,9 @@
}
// 新增会话
export function addSessionApi(params: any) {
  return axios.get<ISessionListResult>(
    '/api/getConId/kdwithai?platform=localragflow',
    { params }
  return axios.post<ISessionListResult>(
    '/api/v1/conversation/set?platform=localragflow',
    params
  );
}