shish 1 year ago
parent
commit
e825efc25c
1 changed files with 4 additions and 0 deletions
  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);
         echo '<pre>';
         print_r($ret);
+
+        $r = expressUtil::getAllDelivery($merchant, $ptStyle);
+        print_r($r);
+
     }
 
     public function actionIn()