微信小程序登录修改

This commit is contained in:
2026-01-09 12:17:21 +08:00
parent f948362d1b
commit 8073a95f74
23 changed files with 1417 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
import { request } from '../base'
import type { ResultDomain, PageRequest } from '../../types'
import type { TbWorkcaseDTO } from '../../types/workcase/workcase'
import { BASE_URL } from '../../config'
import type {
TbChatRoomDTO,
TbChatRoomMemberDTO,
@@ -23,7 +23,8 @@ import type {
ChatMessageListParam,
SSECallbacks,
SSETask,
SSEMessageData
SSEMessageData,
TbWorkcaseDTO
} from '../../types/ai/aiChat'
/* eslint-disable @typescript-eslint/no-explicit-any */
@@ -32,9 +33,6 @@ declare const uni: {
request: (options: any) => any
}
// API 基础配置
const BASE_URL = 'http://localhost:8180'
/**
* @description 工单对话相关接口
* @filename workcaseChat.ts