shish 2 سال پیش
والد
کامیت
0af6195293
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      app-ghs/controllers/TestController.php

+ 1 - 3
app-ghs/controllers/TestController.php

@@ -335,12 +335,10 @@ class TestController extends BaseController
                     noticeUtil::push('支付回调失败了,没有找到支付类型,orderSn:' . $orderSn, '15280215347');
                     util::end();
                 }
-                echo $currentPayWay . ' ' . $capitalType . ' ' . $orderSn . ' ' . $totalFee . ' ' . $transactionId;
-                die;
                 $attach = '';
                 payUtil::thirdPay($currentPayWay, $capitalType, $orderSn, $totalFee, $attach, $transactionId);
                 $transaction->commit();
-
+                echo 'OK';
             } catch (\Exception $e) {
                 $transaction->rollBack();
                 Yii::error("失败原因:" . $e->getMessage());