吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1075|回复: 5
收起左侧

[求助] 求助安卓里面使用Curl post 数据过大返回空值的问题

  [复制链接]
ycgzs 发表于 2021-7-11 00:01
请问有啥解决办法呢?我百度搜索基本都是PHP的解决方案

不知道是传输的数据过大还是接收的数据过大,反正传的少没问题,折腾一晚上了,还望各位大佬指点一下

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

muyu1314520 发表于 2021-7-11 13:24
牛蛙牛蛙
renji566 发表于 2021-7-11 18:30
 楼主| ycgzs 发表于 2021-7-12 17:05
renji566 发表于 2021-7-11 18:30
你怕是get传的吧   没听说数据大的问题

猜测是安卓Curl的问题
renji566 发表于 2021-7-12 20:48
ycgzs 发表于 2021-7-12 17:05
猜测是安卓Curl的问题

贴个代码看看
 楼主| ycgzs 发表于 2021-7-13 12:56

function QMPlugin.PostHttp(url, post, t, header)
        sh_init()
        local path = TempFile("POST")  
        t = t or 30
        local ParStr = ""
        if header ~= nil then
                ParStr = " -H '" .. header .. "'"
        end
        os.execute(string.format("curl --connect-timeout %s -d '%s' %s -o %s '%s' ", t, post, ParStr, path, url))
        local result = ReadFile(path, true)
        return result
end



这是lua的代码   我post返回的是json格式的,大概100万字以上就会出现返回空的问题,我用php 或者在PC上测试不会发现这种情况
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 01:49

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表