// 请求商品列表 public static void ReqPaymentGoodInfoList() { #if UNITY_WP8 && !UNITY_EDITOR WPSDKHelperScript.Instance().WPreqPaymentGoodInfoList(); #elif UNITY_ANDROID && !UNITY_EDITOR AndroidHelper.doSdk("reqPaymentGoodInfoList", ""); #elif UNITY_IPHONE && !UNITY_EDITOR IOSHelper.requestGoodsList(); #else RechargeData.Text(); if (null != RechargeController.Instance()) { RechargeController.Instance().UpdateRechargeList(); } #endif }