欢迎光临 超级鹰,专业验证码识别平台
首页 > API文档
username = "超级鹰用户名"; --超级鹰用户名
password = "超级鹰用户名的密码MD5值"; --超级鹰用户名的密码MD5值
softid = "96001"; --软件ID 在用户中心,软件ID 处可以生成
codetype = "1902"; --验证码类型 http://www.chaojiying.com/price.html 在这里可以选用适合的类型
len_min = "0"; --强制最小位数
imgfile = "e:/code.jpg"; --图片文件路径
--查询信息
local ltResPonse = GetScore(username, password);
local Mystr = "GetScore:" .. ltResPonse;
print(Mystr);
--识别图片
local ltResPonse = PostPic(username, password, softid, codetype, len_min, imgfile);
local Mystr = "PostPic:" .. ltResPonse;
print(Mystr);
--报错返分
--local ltResPonse = ReportError(username, password, id, softid);
--local Mystr = "ReportError:" .. ltResPonse;
--print(Mystr);
更多的API说明,请直接参考HTTP接口全文档