shish 3 éve
szülő
commit
1b488bbc12
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app-mall/controllers/ExpressController.php

+ 1 - 1
app-mall/controllers/ExpressController.php

@@ -89,7 +89,7 @@ class ExpressController extends BaseController
 
         noticeUtil::push("商城订单 距离:{$distance} {$showDistance} 重量:{$weight} 费用:{$totalFee}", '15280215347');
 
-        return ['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee];
+        util::success(['distance' => $distance, 'showDistance' => $showDistance, 'fee' => $totalFee]);
     }
 
 }