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