|
|
@@ -175,7 +175,7 @@ namespace GFGGame
|
|
|
|
|
|
//自定义参数
|
|
|
string other = orderID + "|gfg|" + roleInfo.Id;
|
|
|
- QDJHGameManagerInit.Instance.Recharge(Convert.ToInt32(price * 1000), buyID.ToString(), shopCfg.ItemName,
|
|
|
+ QDJHGameManagerInit.Instance.Recharge(Convert.ToInt32(price * 100), buyID.ToString(), shopCfg.ItemName,
|
|
|
LauncherConfig.rechargeAddress,
|
|
|
roleInfo.ServerId.ToString(), serverName, roleInfo.Name, roleInfo.Id.ToString(), lvl.ToString(),
|
|
|
vipLevel.ToString(), orderID, itemNum.ToString(), other, "");
|