ソースを参照

Temp-IAP调试

jet 8 年 前
コミット
2712725149
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Assets/Script/ThirdParty/Alipay/AlipayManager.cs

+ 2 - 0
Assets/Script/ThirdParty/Alipay/AlipayManager.cs

@@ -56,6 +56,8 @@ public class AliplayManager : UnitySingleton<AliplayManager>
 
     public void OnPayResult(string result)
 	{
+        ManaDebug.Log("Resule " + result);
+
 		//if result=9000 means pay success;
 
         if (int.Parse(result.Split('|')[0]) == 9000)