shish 9 сар өмнө
parent
commit
ed6f952859

+ 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);
         }
     }