发帖
充值
 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
1 0

广告X识别贡献服务端接口

综合讨论 6717 1 2023-12-24 11:05:04
function 广告X识别(IP地址,x,y,x1,y1)
        snapShot("/mnt/sdcard/test.png",x,y,x1,y1)
        local b64 = getFileBase64("/mnt/sdcard/test.png")
        local 表数据={
        ['b64']= b64 ,
        ['zjby']= "1" ,--如果不为空则填充四周边缘
        }
        local ret= httpPost(IP地址.."/guanbix?",jsonLib.encode(表数据))
        print(ret)
        if ret ~= nil and ret ~= "" and  ret ~=  "{}" then
                ret = jsonLib.decode(ret)
                tap(math.floor(ret["x"])+x,math.floor(ret["y"])+y)
        end
end
广告X识别("124.222.239.48:9999",173,311,366,583)

使用道具 举报

2024-1-13 04:40:56
广告一直更新  能管用???
您需要登录后才可以回帖 立即登录
高级模式
返回
综合讨论