示例#1
0
 /**
  * item数追加
  *
  * @param id
  * @param addCount
  */
 public static void addItemCount(String id, int addCount) {
   if (appCCloud == null) {
     // Log.w(TAG,"Plugin was not started.");
     return;
   }
   appCCloud.Purchase.addItemCount(id, addCount);
 }