shish 9 месяцев назад
Родитель
Сommit
ed6f952859
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -798,7 +798,7 @@ class TestController extends BaseController
             $attach = 'merchant_no=' . $merchant_no;
             $capitalType = dict::getDict('capitalType', 'hdPurchaseClear', 'id');
             echo $currentPayWay.'|'.$capitalType.'|'.$orderSn.'|'.$totalFee.'|'. $attach.'|'.$transactionId;
-            //payUtil::thirdPay($currentPayWay, $capitalType, $orderSn, $totalFee, $attach, $transactionId);
+            payUtil::thirdPay($currentPayWay, $capitalType, $orderSn, $totalFee, $attach, $transactionId);
         }
     }