|
|
@@ -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;
|