src/api/ai/chat.ts
@@ -2,7 +2,8 @@ import { toFormData } from '/@/utils/util'; const GET_SECTION_SAMPLE_API = '/section/get_section_sample'; const GET_SECTION_A_LIST_API = '/section/get_section_a_list'; export const NO_AUTH_API_LIST = [GET_SECTION_SAMPLE_API, GET_SECTION_A_LIST_API]; export const Get_LOGIN_SMS = '/login_sms'; export const NO_AUTH_API_LIST = [GET_SECTION_SAMPLE_API, GET_SECTION_A_LIST_API, Get_LOGIN_SMS]; //#region ====================== knowledge ======================