修复cookie没有时间的问题

阿B请求URL添加超时设置
更新直播数据新增延迟
机器人新增退出接口
机器人新增停止服务指令
This commit is contained in:
yutou
2021-04-14 18:27:56 +08:00
parent bd80d17441
commit e94033b3fd
6 changed files with 18 additions and 17 deletions

View File

@@ -88,6 +88,7 @@ public class SystemConfigController {
@ResponseBody
@RequestMapping("/system/qq/login.do")
public JSONObject loginQQ(){
QQBotManager.getInstance().stop();
QQBotManager.getInstance().init();
JSONObject json=new JSONObject();
json.put("code",0);