feat-IRONFANS-70 #288

Merged
chenhao merged 37 commits from feat-IRONFANS-70 into dev-feat-IRONFANS-70-Robin 2024-04-15 16:26:43 +08:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit e19fb1724e - Show all commits

View File

@ -2094,6 +2094,9 @@ func (s *Service) ApiCreateZone(ctx *gin.Context, req *zoneproto.ApiCreateReq) (
ec = errcode.ErrCodeZoneSrvOk ec = errcode.ErrCodeZoneSrvOk
req.Zone.Mid = goproto.Int64(req.GetBaseRequest().Mid) req.Zone.Mid = goproto.Int64(req.GetBaseRequest().Mid)
req.Zone.ZoneMomentCount = goproto.Int64(0)
req.Zone.ImageCount = goproto.Int64(0)
req.Zone.VideoCount = goproto.Int64(0)
err := _DefaultZone.OpCreate(ctx, &zoneproto.OpCreateReq{ err := _DefaultZone.OpCreate(ctx, &zoneproto.OpCreateReq{
Zone: req.Zone, Zone: req.Zone,
}) })