cyzhao 6 сар өмнө
parent
commit
3e03a78aeb

+ 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;