public InventoryItem[] getInventory(GetInventoryRequest arg0)
 {
     //不用,不需要
     return null;
 }
 public int getInventoryCount(GetInventoryRequest request)
 {
     //不用,不需要
     return 0;
 }