//收回一个商店放入的道具 public ErrorCodes CancelItem(long id, ref ExchangeItem resultItem) { return(mImpl.CancelItem(this, id, ref resultItem)); }