src/api/ai/chat.ts
@@ -169,3 +169,14 @@ }, }); }; // 获取AI对话测试例子列表 export const getSelectSample = async (params, req: any = request) => { return req({ url: '/section/get_section_sample', method: 'POST', data: params, headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, }); };