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