Browse Source

修复支付代扣不成功的bug

gfgios 11 months ago
parent
commit
7f4de42dbf
1 changed files with 0 additions and 7 deletions
  1. 0 7
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

+ 0 - 7
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManagerIos.cs

@@ -65,13 +65,6 @@ namespace GFGGame
                 return;
             }
 
-            ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(shopCfg.itemId);
-            if (itemCfg == null)
-            {
-                Log.Error($"recharge {buyID} itemCfgId:{shopCfg.itemId} config not found!");
-                return;
-            }
-
             string currencyName = string.Empty;
 
             if (shopCfg.costType == CostType.FREE)