MiraiForum

    • 注册
    • 登录
    • 搜索
    • 热门
    • 最新
    • 未解决
    • 标签
    • 群组
    • 友情链接
    1. 主页
    2. Lei0917
    L
    • 资料
    • 关注 0
    • 粉丝 0
    • 主题 2
    • 帖子 2
    • 最佳 0
    • 有争议的 1
    • 群组 0

    Lei0917

    @Lei0917

    -1
    声望
    1
    资料浏览
    2
    帖子
    0
    粉丝
    0
    关注
    注册时间 最后登录

    Lei0917 取消关注 关注

    Lei0917 发布的最佳帖子

    • 关于登录划块能不能提供一个获取划块链接的方法

      我记得之前版本是有个链接的 可以手动验证 现在没了吗 还是说不行了

      发布在 使用交流
      L
      Lei0917

    Lei0917 发布的最新帖子

    • 使用simbot-mirai覆盖LoginSolver失效
      BotConfiguration botConfiguration = new BotConfiguration();
      botConfiguration.setLoginSolver(new MyLoginSolver());
      botConfiguration.fileBasedDeviceInfo();
      Bot register =  miraiBotManager.register(code, password, botConfiguration);
      
      //MyLoginSolver
       @Nullable
          @Override
          public Object onSolveSliderCaptcha(@NotNull Bot bot, @NotNull 
             String url, @NotNull Continuation<? super String> continuation) {
                   MiraiLogger logger = bot.getLogger();
                  System.out.println("验证码地址:" + url);
                   logger.info("验证码url:" + url);
              return standardCharImageLoginSolver.onSolveSliderCaptcha(bot, 
              url, continuation);
          }
      

      登录时并未打印url

      发布在 HTTP API和第三方SDK
      L
      Lei0917
    • 关于登录划块能不能提供一个获取划块链接的方法

      我记得之前版本是有个链接的 可以手动验证 现在没了吗 还是说不行了

      发布在 使用交流
      L
      Lei0917