Эх сурвалжийг харах

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

hexiaojie 1 жил өмнө
parent
commit
85101f4234

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

@@ -111,7 +111,7 @@ namespace GFGGame
             //自定义参数
             string other = orderID + "|gfg|" + roleInfo.Id;
             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);
         }