Merge pull request 'feat-IRONFANS-70' (#262) from feat-IRONFANS-70 into test
Reviewed-on: http://121.41.31.146:3000/wishpal_ironfan/service/pulls/262
This commit is contained in:
commit
bf7e97847e
|
@ -2094,6 +2094,9 @@ func (s *Service) ApiCreateZone(ctx *gin.Context, req *zoneproto.ApiCreateReq) (
|
|||
ec = errcode.ErrCodeZoneSrvOk
|
||||
|
||||
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{
|
||||
Zone: req.Zone,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue