1、修复查询渠道列表接口,增加返回总数;

This commit is contained in:
chenlin 2025-09-19 14:30:06 +08:00
parent eebdf7b80f
commit 10f0ebd1cc

View File

@ -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, "")