修改上报用户地址
This commit is contained in:
parent
c1c68f24c2
commit
b9d3cd09a3
@ -614,6 +614,7 @@ class UserService extends BaseService
|
||||
}
|
||||
}
|
||||
}catch (\Exception $e){
|
||||
dump($e->getMessage());
|
||||
return success();
|
||||
}
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@ class Location
|
||||
{
|
||||
$query = [
|
||||
"key" => config("tencent_map.secret"),
|
||||
"location" => $lon . "," . $lat,
|
||||
"location" => $lat . "," . $lon,
|
||||
];
|
||||
|
||||
$path = "https://apis.map.qq.com" . $this->getSign("/ws/geocoder/v1",$query);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user