|
|
@@ -71,7 +71,7 @@ class NoticeController extends PublicController
|
|
|
//流水类型
|
|
|
$capitalType = isset($remarkData['capitalType']) ? $remarkData['capitalType'] : null;
|
|
|
if (isset($capitalType) == false) {
|
|
|
- noticeUtil::push('支付回调失败了,没有找到capitalType,orderSn:' . $orderSn, '15280215347');
|
|
|
+ noticeUtil::push('支付回调失败了,没有找到capitalType,orderSn:' . $orderSn . ' remark:' . $remarkString, '15280215347');
|
|
|
util::end();
|
|
|
}
|
|
|
|