|
|
@@ -62,7 +62,7 @@ class NoticeController extends PublicController
|
|
|
echo '<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>';
|
|
|
|
|
|
if ($capitalType == dict::getDict('capitalType', 'xhRenew', 'id')) {
|
|
|
- noticeUtil::push("有客户续费:" . $orderSn . ' ' . $totalFee, '15280215347');
|
|
|
+ noticeUtil::push("有客户付款成功:" . $orderSn . ' ' . $totalFee, '15280215347');
|
|
|
}
|
|
|
|
|
|
} catch (\Exception $e) {
|