Parcourir la source

美团通知关闭

shish il y a 3 ans
Parent
commit
82c2a2ee58
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      app-hd/controllers/MtController.php

+ 2 - 2
app-hd/controllers/MtController.php

@@ -236,7 +236,7 @@ class MtController extends PublicController
     {
         $post = Yii::$app->request->post();
         if (isset($post['retail_data']) == false) {
-            noticeUtil::push("美团删除商品,通知我们时出错了,没有获取到相应信息", '15280215347');
+            //noticeUtil::push("美团删除商品,通知我们时出错了,没有获取到相应信息", '15280215347');
             return Json::encode(['data' => 'ok']);
         }
         $retailData = $post['retail_data'];
@@ -289,7 +289,7 @@ class MtController extends PublicController
         $transaction = $connection->beginTransaction();
         try {
             if (isset($post['retail_data']) == false) {
-                noticeUtil::push("美团修改商品,通知我们时出错了,没有获取到相应信息", '15280215347');
+                //noticeUtil::push("美团修改商品,通知我们时出错了,没有获取到相应信息", '15280215347');
                 return Json::encode(['data' => 'ok']);
             }
             $retailData = $post['retail_data'];