Просмотр исходного кода

Merge branch 'after-sale' into redesign‌-260706

shish 3 дней назад
Родитель
Сommit
cc042e17ad
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      app-hd/controllers/ShMethodController.php

+ 3 - 3
app-hd/controllers/ShMethodController.php

@@ -30,9 +30,9 @@ class ShMethodController extends BaseController
         $shopId = $ghs['shopId'] ?? 0;
         $mainId = $ghs['mainId'] ?? 0;
 
-        if (!in_array($shopId, [36523, 0])) {
-            util::success([]);
-        }
+//        if (!in_array($shopId, [36523, 0])) {
+//            util::success([]);
+//        }
 
         try {
             $customId = $ghs['customId'] ?? 0;