moonsflyer 4 달 전
부모
커밋
300a4b4541
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/shopapi/logic/Order/FreightLogic.php

+ 1 - 1
app/shopapi/logic/Order/FreightLogic.php

@@ -174,7 +174,7 @@ class FreightLogic extends BaseLogic
     //特定地区运费计算
     public static function calculate2($data, $userAddress)
     {
-        return 109;
+
         $goods_price=0;
         foreach ($data as &$v){
             $goods_price +=$v['sub_price'];