MiraiForum

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

    Topics created by Lei0917

    • L

      使用simbot-mirai覆盖LoginSolver失效
      HTTP API和第三方SDK • • Lei0917

      1
      0
      Votes
      1
      Posts
      167
      Views

      L

      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

    • L

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

      1
      -1
      Votes
      1
      Posts
      137
      Views

      L

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

    • 1 / 1