// 显示充值记录 public static void ShowRechargeRecord() { #if UNITY_WP8 && !UNITY_EDITOR WPSDKHelperScript.Instance().WPShowChargeRecord(); #elif UNITY_ANDROID && !UNITY_EDITOR AndroidHelper.doSdk("showRechargeRecord", ""); #elif UNITY_IPHONE && !UNITY_EDITOR IOSHelper.showRechargeRecord(); #else #endif }