Przeglądaj źródła

关闭免费配送

shish 3 lat temu
rodzic
commit
3602a62fad
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -285,7 +285,7 @@ class PurchaseController extends BaseController
                         }
                     }
                     //花悠星暂时不支持免费配送
-                    if ($ghsShopId == 7687) {
+                    if ($ghsShopId == 7687 || $ghsShopId == 7831 || $ghsShopId == 7778) {
                         util::fail('暂不支持免费送货,请选其它方式');
                     }
                 }