MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接
    1. Home
    2. Lei0917
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 1
    • Groups 0

    Lei0917

    @Lei0917

    -1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Lei0917 Unfollow Follow

    Best posts made by Lei0917

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

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

      posted in 使用交流
      L
      Lei0917

    Latest posts made by 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

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

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

      posted in 使用交流
      L
      Lei0917