public Int32 UpdatePuzzlePieces(PuzzlePieces puzzlePieces) { _admin = new PuzzleEventAdminService.PuzzleEventAdminServiceClient(); try { int rs = _admin.UpdatePuzzlePieces(puzzlePieces); _admin.Close(); return(rs); } catch (Exception ex) { _admin.CloseCatch(ex, "UpdatePuzzlePieces 更新宝箱礼包信息失败"); return(0); } }