1、修复查询渠道列表接口,增加返回总数;
This commit is contained in:
parent
eebdf7b80f
commit
10f0ebd1cc
|
@ -245,6 +245,7 @@ func (e MiGuDeployService) ChannelList(c *gin.Context) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
resp.Count = int(count)
|
||||||
resp.List = channelList
|
resp.List = channelList
|
||||||
|
|
||||||
e.OK(resp, "")
|
e.OK(resp, "")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user