|
|
@@ -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())]);
|
|
|
}
|
|
|
}
|
|
|
|