修复cookie没有时间的问题
阿B请求URL添加超时设置 更新直播数据新增延迟 机器人新增退出接口 机器人新增停止服务指令
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user