dongyukun
2024-11-08 854c428e954a0e6f128ac3ab237644986cc2dcfc
1
2
3
4
5
6
import request from '@/config/axios'
 
// 查询HttpApi列表
export const getTagTree = () => {
  return request.get({ url: `/data/channel/tag/tree`})
}