第一次提交
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import http from './index.js';
|
||||
|
||||
// 提交问题
|
||||
export const chat = (data) => http.post('https://chatgpt.websoft.top/api/open/chat/chat', data)
|
||||
|
||||
// export const chat = (data) => http.post('/open/chat/chat', data)
|
||||
|
||||
export default {
|
||||
chat
|
||||
}
|
||||
Reference in New Issue
Block a user