Commit 19d68c5f authored by liuyuzhen's avatar liuyuzhen

首页地址返回经纬度

parent 958be489
......@@ -263,7 +263,7 @@ class AddressServiceModel extends \Business\AbstractModel {
$temp['address'] = $tempAddr['address'];
$temp['name'] = $tempAddr['name'];
$temp['tagType'] = $tempAddr['tagType'];
$temp['cityCode'] = $tempAddr['cityCode'];
$temp['cityCode'] = $tempAddr['citycode'];
$temp['lat'] = $tempAddr['lat'];
$temp['lng'] = $tempAddr['lng'];
$returnAddressList[] = $temp;
......
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