提交 608f788b 编写于 作者: 璃白.'s avatar 璃白. 🌻

change time

上级 2a328d45
......@@ -18,7 +18,7 @@ import * as crossDomain from '@midwayjs/cross-domain';
enabledEnvironment: ['local'],
},
view,
crossDomain
crossDomain,
],
importConfigs: [join(__dirname, './config')],
})
......
......@@ -58,7 +58,7 @@ export class UserService {
const uuid = new Date().getTime() + '_' + Math.floor(Math.random() * 10);
this.timer = setTimeout(() => {
this.sendMessageToUser('正在努力组织答案中,请稍等~');
}, 8000);
}, 3000);
const { data } = await axios
.get('https://devbit-api.csdn.net:8086/chatgpt/data/proxy', {
params: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册