Merge branch 'feat-hjj-OfficialManage#A161' into dev

This commit is contained in:
jiaji.H 2026-01-07 10:05:00 +08:00
commit e340c8beab

View File

@ -47,6 +47,10 @@ func Display(ctx *gin.Context) {
service.Error(ctx, err)
return
}
if req.LangType == "" {
service.Error(ctx, errors.New("语言类型为空"))
return
}
resp, err := service.PressReleasesProvider.Display(ctx, &req)
if err != nil {
service.Error(ctx, err)