示例#1
0
 public override void Pay(string jsonPayData)
 {
     if (base.NeedCallSDK())
     {
         PlatformUtilIOS.pay(jsonPayData);
     }
 }