shish 2 vuotta sitten
vanhempi
commit
a38788ac99
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app-hd/controllers/PurchaseClearController.php

+ 1 - 1
app-hd/controllers/PurchaseClearController.php

@@ -176,7 +176,7 @@ class PurchaseClearController extends BaseController
             $ghsFullName = $ghsName . $ghsShopName;
             $customName = $order->customName ?? '';
             $customFullName = $customName;
-            noticeUtil::push("结账付款失败\n原因:" . $errMsg . "。\n商家:" . $ghsFullName . "\n客户:" . $customFullName, '15280215347');
+            noticeUtil::push("\n提示:结账付款失败\n原因:" . $errMsg . "。\n商家:" . $ghsFullName . "\n客户:" . $customFullName, '15280215347');
             util::fail('结账付款失败');
         }
         $newParams = isset($response['resp_data']['acc_resp_fields']) ? $response['resp_data']['acc_resp_fields'] : [];