Browse Source

cancel send message to alarm from overseac shop

kevin_zhangl 2 years ago
parent
commit
a84e45fb85
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frontendApi/modules/v1/controllers/ShopController.php

+ 2 - 2
frontendApi/modules/v1/controllers/ShopController.php

@@ -510,11 +510,11 @@ class ShopController extends BaseController {
                 curl_close($ch);
 
                 // 推送消息到预警平台
-                Alarm::reportAlarm(['brand' => 'MSG', 'message'  => sprintf($message, $orderPayment['RefNo'])]);
+//                Alarm::reportAlarm(['brand' => 'MSG', 'message'  => sprintf($message, $orderPayment['RefNo'])]);
             } catch (exception $e) {
                 curl_close($ch);
                 LoggerTool::error('err. ' . $e->getMessage());
-                Alarm::reportAlarm(['brand' => 'MSG', 'message'  => sprintf('err. (ReQueryIPay88Payment). orderSN{%s}. %s', $orderPayment['RefNo'], $e->getMessage())]);
+//                Alarm::reportAlarm(['brand' => 'MSG', 'message'  => sprintf('err. (ReQueryIPay88Payment). orderSN{%s}. %s', $orderPayment['RefNo'], $e->getMessage())]);
             }
         }