應(yīng)用地址
http://www.wtbis.cn/plugin/88
composer require workbunny/webman-ip-attribution
實(shí)現(xiàn)代碼
$location = new Location();
$data = [
'ip' => $request->getRealIp($safe_mode=true),
'ips' => $location->getLocation($request->getRealIp($safe_mode=true)),
// 'address' => $location->city($request->getRealIp($safe_mode=true))
];
dd($data);
return json(['code' => 200,'message' => '請(qǐng)求成功','data'=>$data]);
按照系統(tǒng)配置好
有大佬幫忙看一下嗎