按键精灵吧 关注:499,392贴子:1,005,457
  • 8回复贴,共1

大佬们看一下

只看楼主收藏回复

联动打码,已经自动识别出来了,怎么就不自动输入呢


IP属地:山西1楼2021-07-07 14:00回复
    // 一键打码
    RetTbl = lzdm.lz_SendVerCode(softID, Secret, user, pwd, filepath, tpe, ot, minlen, maxlen, workerTipsId)
    If RetTbl Then
    If RetTbl["code"] = 0 Then
    ID = RetTbl["data"]["captchaId"]
    Result = RetTbl["data"]["recognition"]
    TracePrint "图像识别结果为: ", Result
    TracePrint "图像ID为: ", ID
    Else
    TracePrint "图像结果获取失败, 错误原因: ", RetTbl["message"]
    End If
    Else
    TracePrint "HTTP请求发送失败"
    End If
    // 结果报错
    //RetTbl = lzdm.lz_ReportError(softID, Secret, user, pwd, ID)
    //If RetTbl Then
    //If RetTbl["code"] = 0 Then
    //If RetTbl["data"]["result"] Then
    //TracePrint "图像报错成功"
    //Else
    //TracePrint "图像报错失败"
    //End If
    //Else
    //TracePrint "报错提交失败, 错误原因: ", RetTbl["message"]
    //End If
    //Else
    //TracePrint "HTTP请求发送失败"
    //End If
    // 检查点数
    RetTbl = lzdm.lz_GetUserInfo(softID, Secret, user, pwd)
    If RetTbl Then
    If RetTbl["code"] = 0 Then
    TracePrint "当前用户剩余点数: ", RetTbl["data"]["userPoints"]
    TracePrint "当前用户可用点数: ", RetTbl["data"]["availablePoints"]
    TracePrint "当前用户锁定点数: ", RetTbl["data"]["lockPoints"]
    Else
    TracePrint "查询点数失败, 错误原因: ", RetTbl["message"]
    End If
    Else
    TracePrint "HTTP请求发送失败"
    End If


    IP属地:山西2楼2021-07-07 14:00
    回复
      当前脚本第26行:图像识别结果为: UPQVA
      当前脚本第27行:图像ID为: 20210707:000000000054148456108


      IP属地:山西3楼2021-07-07 14:00
      回复
        在线等问一下怎么自动输入


        IP属地:山西4楼2021-07-07 14:01
        回复
          因为你根本就没有写输入功能


          IP属地:广东5楼2021-07-07 14:11
          收起回复