Commit 661de337 authored by suntengda's avatar suntengda

update app-拼单 自提点列表 经纬度问题

parent 40134752
...@@ -140,7 +140,7 @@ class TakePlaceService ...@@ -140,7 +140,7 @@ class TakePlaceService
} }
//经纬度小程序调用时前后端都是反的,客户端按正确顺序传,程序把参数反过来,小程序目前来不及改,暂时先按反着的来 //经纬度小程序调用时前后端都是反的,客户端按正确顺序传,程序把参数反过来,小程序目前来不及改,暂时先按反着的来
//临时交换客户端传过来的经纬度的值 @todo 后期前后端一起修正传参后去掉此逻辑(注意小程序版本控制) //临时交换客户端传过来的经纬度的值 @todo 后期前后端一起修正传参后去掉此逻辑(注意小程序版本控制)
if(isset($params['app_id']) && $params['app_id'] == 'merchant-c') { if(isset($params['appid']) && $params['appid'] == 'merchant-c') {
list($longitude,$latitude) = [$latitude,$longitude]; list($longitude,$latitude) = [$latitude,$longitude];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment