shish 5 tháng trước cách đây
mục cha
commit
baccf89169
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      biz/ghs/classes/GhsClass.php
  2. 1 1
      common/components/mapUtil.php

+ 1 - 1
biz/ghs/classes/GhsClass.php

@@ -378,7 +378,7 @@ class GhsClass extends BaseClass
 
         foreach ($chunkOrigins as $chunk) {
             $distances = \common\components\mapUtil::calculateBatchDistance($chunk, $toLnt, $toLat);
-            print_r($distances);die;
+
             $allDistances = array_merge($allDistances, $distances);
         }
         noticeUtil::push("执行到这里。。。。1");

+ 1 - 1
common/components/mapUtil.php

@@ -13,7 +13,7 @@ use yii\helpers\Json;
 class mapUtil
 {
 
-    public static $thirdMapKey = 'd4ab169335937fb56581ba15ea1bd1a1';
+    public static $thirdMapKey = 'fe792548aa6e15ef4d5d501e508eaeae';
 
     public static function suggestion($region, $keyword)
     {