shish 2 سال پیش
والد
کامیت
e00ea5950d
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      common/components/dict.php

+ 4 - 4
common/components/dict.php

@@ -497,7 +497,7 @@ class dict
         }
 
         if (getenv('YII_ENV') == 'production') {
-            //老油云漫梦金鹏的德邦不需要收运费
+            //老油云漫梦金鹏的德邦不需要收运费,搜索关键词dbNoFee
             if ($mainId == 20528 && $category == 'transCost') {
                 $respond = [
                     ['sign' => 0, 'perKiloCost' => 0],
@@ -509,7 +509,7 @@ class dict
                 ];
             }
         } else {
-            //石头花艺的德邦不需要收运费
+            //石头花艺的德邦不需要收运费,搜索关键词dbNoFee
             if ($mainId == 644 && $category == 'transCost') {
                 $respond = [
                     ['sign' => 0, 'perKiloCost' => 0],
@@ -543,7 +543,7 @@ class dict
         }
 
         if (getenv('YII_ENV') == 'production') {
-            //老油云漫梦金鹏的德邦不需要收运费
+            //老油云漫梦金鹏的德邦不需要收运费,搜索关键词dbNoFee
             if ($mainId == 20528) {
                 $respond['transCost'] = [
                     ['sign' => 0, 'perKiloCost' => 0],
@@ -555,7 +555,7 @@ class dict
                 ];
             }
         } else {
-            //石头花艺的德邦不需要收运费
+            //石头花艺的德邦不需要收运费,搜索关键词dbNoFee
             if ($mainId == 644) {
                 $respond['transCost'] = [
                     ['sign' => 0, 'perKiloCost' => 0],