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