zoujiajian 2 سال پیش
والد
کامیت
9f3a5eab68
1فایلهای تغییر یافته به همراه0 افزوده شده و 13 حذف شده
  1. 0 13
      netflix-web/src/main/java/com/cyksj/web/controller/group/GroupRelationController.java

+ 0 - 13
netflix-web/src/main/java/com/cyksj/web/controller/group/GroupRelationController.java

@@ -831,17 +831,4 @@ public class GroupRelationController {
         RenewalView ticketDetail = groupRelationFrontService.getTicketDetail(userId, relationId);
         return GatewayResponse.SUCCESS.newBuilder().toResult(ticketDetail);
     }
-
-    /**
-     * 车票详情
-     */
-    @GetMapping("/get/detail")
-    public Result<RenewalView> getTicketDetail(Long relationId) {
-        if (relationId == null) {
-            return GatewayResponse.SUCCESS.newBuilder().toResult();
-        }
-        long userId = StpUserUtil.getLoginIdAsLong();
-        RenewalView ticketDetail = groupRelationFrontService.getTicketDetail(userId, relationId);
-        return GatewayResponse.SUCCESS.newBuilder().toResult(ticketDetail);
-    }
 }