require "http" require"pins" module(..., package.seeall) pins.setup(2,function () http.request("POST", "http://wxtongzhi.xzlead.com/index/api/sendmsg", nil, {["Content-Type"]="application/x-www-form-urlencoded"}, "code="..(misc.getImei() or "imei_get_fail"), 60000, function (result,prompt,head,body) log.info("http cb",result,prompt,head,body) end) end)