|
|
@@ -817,6 +817,10 @@ class OrderController extends BaseController
|
|
|
|
|
|
$msg = $response['msg'] ?? '';
|
|
|
$retCode = $response['code'] ?? '';
|
|
|
+ if ($retCode == 'BBS10000' || $retCode == 'BBS11105') {
|
|
|
+ $shopId = $order->shopId;
|
|
|
+ ShopExtClass::remindInputPassword($shopId);
|
|
|
+ }
|
|
|
$fullMsg = $msg . "(付款码:{$authCode})" . '(' . $name . ')';
|
|
|
noticeUtil::push($fullMsg . ' ' . $retCode . ' 编号007', '15280215347');
|
|
|
util::success(['returnStatus' => 'FAILURE', 'returnCode' => $retCode], $msg);
|