Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

快递查询非法IP #7

Open
cj200622550 opened this issue Nov 22, 2019 · 8 comments
Open

快递查询非法IP #7

cj200622550 opened this issue Nov 22, 2019 · 8 comments

Comments

@cj200622550
Copy link

No description provided.

@cj200622550
Copy link
Author

第二个接口参数添加:&temp=0.4127144865151393 随机时间戳
请求头添加:Host: www.kuaidi100.com
Referer: https://www.kuaidi100.com/?from=openv
就OK了

@iqiqiya
Copy link
Owner

iqiqiya commented Nov 22, 2019

好的啊 电脑坏了 一直没修复 嘻嘻

@iqiqiya
Copy link
Owner

iqiqiya commented Nov 24, 2019

第二个接口参数添加:&temp=0.4127144865151393 随机时间戳
请求头添加:Host: www.kuaidi100.com
Referer: https://www.kuaidi100.com/?from=openv
就OK了

想请教下这个temp参数是怎么得到的,我没整出来 直接取当前时间戳怎么转换呢 感谢

@cj200622550
Copy link
Author

$rand = mt_rand(1111111111111111, 8888888888888888);
$rand = '0.' . $rand

@cj200622550
Copy link
Author

第二个接口参数添加:&temp=0.4127144865151393 随机时间戳
请求头添加:Host: www.kuaidi100.com
Referer: https://www.kuaidi100.com/?from=openv
就OK了

想请教下这个temp参数是怎么得到的,我没整出来 直接取当前时间戳怎么转换呢 感谢

$rand = mt_rand(1111111111111111, 8888888888888888);
$rand = '0.' . $rand

@iqiqiya
Copy link
Owner

iqiqiya commented Nov 25, 2019

第二个接口参数添加:&temp=0.4127144865151393 随机时间戳
请求头添加:Host: www.kuaidi100.com
Referer: https://www.kuaidi100.com/?from=openv
就OK了

想请教下这个temp参数是怎么得到的,我没整出来 直接取当前时间戳怎么转换呢 感谢

$rand = mt_rand(1111111111111111, 8888888888888888);
$rand = '0.' . $rand

好的 谢谢啦 我还以为这个与当前时间有关呢

@cj200622550
Copy link
Author

第二个接口参数添加:&temp=0.4127144865151393 随机时间戳
请求头添加:Host: www.kuaidi100.com
Referer: https://www.kuaidi100.com/?from=openv
就OK了

想请教下这个temp参数是怎么得到的,我没整出来 直接取当前时间戳怎么转换呢 感谢

$rand = mt_rand(1111111111111111, 8888888888888888);
$rand = '0.' . $rand

好的 谢谢啦 我还以为这个与当前时间有关呢

没有关系只是随机

@Jamesccvv
Copy link

用不了返回查无结果

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants