shish 1 ano atrás
pai
commit
aef8736b7d
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      app-hd/controllers/CgRefundController.php

+ 2 - 2
app-hd/controllers/CgRefundController.php

@@ -96,8 +96,8 @@ class CgRefundController extends BaseController
             $changeTime = bcmul(3, 86400);
         }
         if($ghsShopId == 26578){
-            //九江云朵24小时内可以自主售后
-            $changeTime = bcmul(1, 86400);
+            //九江云朵48小时内可以自主售后
+            $changeTime = bcmul(2, 86400);
         }
         $newTime = bcadd($currentTime, $changeTime);
         if ($now > $newTime) {