10287 【英文】1折活动(代金券消费根据至尊卡状态消耗原价或折扣价)
| | |
| | | ipyData = IpyGameDataPY.GetIpyGameData("OrderInfo", orderInfo, appID)
|
| | | if not ipyData:
|
| | | return
|
| | | discountState = PlayerSuperDiscount.GetSuperDiscountState(curPlayer)
|
| | | usdMoney = ipyData.GetUsdMoney() if discountState else ipyData.GetPayRMBNum()
|
| | | cPlayerCoin = CPY_PlayerCoinToGold()
|
| | | cPlayerCoin.useCoin = CommFunc.RMBToCoin(ipyData.GetUsdMoney(), 100)
|
| | | cPlayerCoin.useCoin = CommFunc.RMBToCoin(usdMoney, 100)
|
| | | cPlayerCoin.orderInfo = orderInfo
|
| | | cPlayerCoin.appID = appID
|
| | | cPlayerCoin.orderID = ""
|