|
|
@@ -47,7 +47,7 @@ class NoticeController extends PublicController
|
|
|
}
|
|
|
$callbackParams = ['wxPayType' => $wxPayType];
|
|
|
$return = xhPayToolService::weixinPay($callbackParams, $orderId, $totalFee, $capitalType, $couponId);//支付回调流程
|
|
|
- if ($return['code'] == 'A0002') {
|
|
|
+ if (isset($return['code']) && $return['code'] == 'A0002') {
|
|
|
Yii::warning('callback exec and failed,capitalType:' . $capitalType . ' orderId:' . $orderId);
|
|
|
util::end();
|
|
|
}
|