@@ -93,7 +93,7 @@ class NoticeController extends PublicController
$attach = '';
payUtil::thirdPay($payWayType, $capitalType, $orderSn, $totalFee, $attach, $transactionId);
$transaction->commit();
- echo '<xml><return_code><![CDATA[SUCCESS]]></return_code><return_msg><![CDATA[OK]]></return_msg></xml>';
+ echo "SUCCESS";
//解决重复通知
$cacheKey = 'pay_success_notice_' . $orderSn;