Browse Source

关闭推荐机制

shish 3 tháng trước cách đây
mục cha
commit
b1b3698c2f

+ 3 - 3
app-hd/controllers/GhsController.php

@@ -472,12 +472,12 @@ class GhsController extends BaseController
         $city = $shop->city ?? '';
         $city = $shop->city ?? '';
         $address = $shop->address ?? '';
         $address = $shop->address ?? '';
 
 
-        noticeUtil::push("有新花店上来 {$this->shopId} {$toLat} {$toLnt} {$locationType} {$city}{$address}", '15280215347');
+        //noticeUtil::push("有新花店上来 {$this->shopId} {$toLat} {$toLnt} {$locationType} {$city}{$address}", '15280215347');
 
 
         // 找出附近批发店,之后自动给建立关系,然后补充二个店之间的距离
         // 找出附近批发店,之后自动给建立关系,然后补充二个店之间的距离
-        GhsClass::buildNearbyGhsRelations($this->shop['id'], $this->shop->pfShopId, $toLat, $toLnt);
+        //GhsClass::buildNearbyGhsRelations($this->shop['id'], $this->shop->pfShopId, $toLat, $toLnt);
 
 
-        noticeUtil::push("花店 {$name} {$mobile} 新注册,已推荐批发店", '15280215347');
+        //noticeUtil::push("花店 {$name} {$mobile} 新注册,已推荐批发店", '15280215347');
 
 
         util::complete();
         util::complete();
     }
     }