Пример #1
0
 public Int64 UpdateExchangePacket(ExchangePacket exchangePacket)
 {
     _admin = new PuzzleEventAdminService.PuzzleEventAdminServiceClient();
     try
     {
         long rs = _admin.UpdateExchangePacket(exchangePacket);
         _admin.Close();
         return(rs);
     }
     catch (Exception ex)
     {
         _admin.CloseCatch(ex, "UpdateExchangePacket 更新宝箱礼包信息失败");
         return(0);
     }
 }