shish 2 жил өмнө
parent
commit
0af6195293

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

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