shish hai 1 ano
pai
achega
e825efc25c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      app-ghs/controllers/TestController.php

+ 4 - 0
app-ghs/controllers/TestController.php

@@ -96,6 +96,10 @@ class TestController extends BaseController
         $ret = shippingUtil::isTradeManageConfirmComplete($merchant, $data, $ptStyle);
         $ret = shippingUtil::isTradeManageConfirmComplete($merchant, $data, $ptStyle);
         echo '<pre>';
         echo '<pre>';
         print_r($ret);
         print_r($ret);
+
+        $r = expressUtil::getAllDelivery($merchant, $ptStyle);
+        print_r($r);
+
     }
     }
 
 
     public function actionIn()
     public function actionIn()