liudong
2024-08-19 3df2dda8b190ab51afa71dfc892b5ea27560cd93
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
  );
}