shish 2 лет назад
Родитель
Сommit
6563713d06
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/NoticeController.php

+ 1 - 1
app-hd/controllers/NoticeController.php

@@ -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;