From cee87e8401fdfb46f9cb9a4ad2818daeb09a59b4 Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期日, 03 十一月 2024 15:15:55 +0800
Subject: [PATCH] Merge branch 'test' of http://47.103.154.90:83/r/WI/Web.V1.0 into test

---
 src/api/ai/chat.ts |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/src/api/ai/chat.ts b/src/api/ai/chat.ts
index 2226aaf..3dc8652 100644
--- a/src/api/ai/chat.ts
+++ b/src/api/ai/chat.ts
@@ -387,4 +387,21 @@
 			'Content-Type': 'application/x-www-form-urlencoded',
 		},
 	});
+}
+
+/**
+ * 娣诲姞鐢ㄦ埛鑷畾涔変緥瀛�
+ * @param params 
+ * @param req 
+ * @returns 
+ */
+export const addUserSample = (params,req:any=request) =>{
+	return req({
+		url: 'chat/add_user_sample',
+		method: 'POST',
+		data: params,
+		headers: {
+			'Content-Type': 'application/x-www-form-urlencoded',
+		},
+	});
 }
\ No newline at end of file

--
Gitblit v1.9.3