Browse Source

应发行方需求,调起支付的时候,把描述传参去掉

hexiaojie 1 year ago
parent
commit
85101f4234
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Platform/QDDouYouManager.cs

@@ -111,7 +111,7 @@ namespace GFGGame
             //自定义参数
             //自定义参数
             string other = orderID + "|gfg|" + roleInfo.Id;
             string other = orderID + "|gfg|" + roleInfo.Id;
             QDDouYouManagerInit.Instance.ShowSwitchPayment(orderID, price.ToString(), buyID.ToString(),
             QDDouYouManagerInit.Instance.ShowSwitchPayment(orderID, price.ToString(), buyID.ToString(),
-                shopCfg.itemName, itemCfg.desc,
+                shopCfg.itemName, string.Empty,
                 roleInfo.ServerId.ToString(), serverName, roleInfo.Id.ToString(), roleInfo.Name, lvl.ToString(), other);
                 roleInfo.ServerId.ToString(), serverName, roleInfo.Id.ToString(), roleInfo.Name, lvl.ToString(), other);
         }
         }