Browse Source

每日商城商品调整

cyzhao 6 months ago
parent
commit
3e03a78aeb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Gameserver/App/process/ShopProc.php

+ 1 - 1
Gameserver/App/process/ShopProc.php

@@ -590,7 +590,7 @@ class ShopProc {
             }
         }
         $result = array();
-        $arrType = array(1, 2, 3, 2, 4, 3);
+        $arrType = array(1,2,5,2,5,3);
         foreach ($arrType as $k) {
             if (StlUtil::dictHasProperty($dataDic, $k) && count($dataDic->$k) > 0) {
                 $arr2 = $dataDic->$k;