hxp
2024-01-02 7632b24f39307abde211c8490391c691cfd0fd1c
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -266,6 +266,9 @@
    ipyData = IpyGameDataPY.GetIpyGameData("OrderInfo", orderInfo, appID)
    if not ipyData:
        return
    if "@9997@" in curPlayer.GetAccID():
        orderCoin = CommFunc.RMBToCoin(ipyData.GetUsdMoney())
    else:
    orderCoin = CommFunc.RMBToCoin(ipyData.GetPayRMBNum())    
    cPlayerCoin = CPY_PlayerCoinToGold()
    cPlayerCoin.useCoin = orderCoin