shish 2 жил өмнө
parent
commit
8809e4528a

+ 1 - 1
biz-hd/cg/classes/CgRefundClass.php

@@ -189,7 +189,7 @@ class CgRefundClass extends BaseClass
                 if (isset($response['code']) == false || $response['code'] != 'BBS00000') {
                     $errMsg = $response['msg'] ?? '';
                     noticeUtil::push('退款失败了哦,请注意:' . $errMsg . ' 金额:' . $refundFee, '15280215347');
-                    util::fail('退款失败');
+                    util::fail('退款失败,请联系管理员');
                 }
                 $refundTradeNo = isset($response['resp_data']['trade_no']) ? $response['resp_data']['trade_no'] : '';
                 $cgRefund->thirdRefundNo = $refundTradeNo;