mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改kuaidi100物流查询
This commit is contained in:
parent
5c5dd1e343
commit
d413937451
@ -50,7 +50,7 @@ class Index extends Controller
|
|||||||
|
|
||||||
public function wuliu()
|
public function wuliu()
|
||||||
{
|
{
|
||||||
$order = '1202247993797';
|
$order = '444500528707';
|
||||||
dump(ToolsService::express($order));
|
dump(ToolsService::express($order));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -164,12 +164,12 @@ class ToolsService
|
|||||||
public static function express($code)
|
public static function express($code)
|
||||||
{
|
{
|
||||||
$result = [];
|
$result = [];
|
||||||
$autoResult = HttpService::get("http://www.kuaidi100.com/autonumber/autoComNum?text={$code}");
|
$client_ip = Request::instance()->ip();
|
||||||
|
$header = ['Host' => 'www.kuaidi100.com', 'CLIENT-IP' => $client_ip, 'X-FORWARDED-FOR' => $client_ip];
|
||||||
|
$autoResult = HttpService::get("http://www.kuaidi100.com/autonumber/autoComNum?text={$code}", [], 30, $header);
|
||||||
foreach (json_decode($autoResult)->auto as $vo) {
|
foreach (json_decode($autoResult)->auto as $vo) {
|
||||||
$microtime = microtime(true);
|
$microtime = microtime(true);
|
||||||
$url = "http://www.kuaidi100.com/query?type={$vo->comCode}&postid={$code}&id=1&valicode=&temp={$microtime}";
|
$url = "http://www.kuaidi100.com/query?type={$vo->comCode}&postid={$code}&id=1&valicode=&temp={$microtime}";
|
||||||
$client_ip = Request::instance()->ip();
|
|
||||||
$header = ['Host' => 'www.kuaidi100.com', 'CLIENT-IP' => $client_ip, 'X-FORWARDED-FOR' => $client_ip];
|
|
||||||
$result[$vo->comCode] = json_decode(HttpService::get($url, [], 30, $header), true);
|
$result[$vo->comCode] = json_decode(HttpService::get($url, [], 30, $header), true);
|
||||||
}
|
}
|
||||||
return $result;
|
return $result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user