吉安感知网项目-前端
张含笑
2026-01-23 bcfa7fec8c6d2d222989e34f01b5fd6300befaf8
1
2
3
4
5
6
7
8
import request from '@/axios'
// 列表
export const listDataAPI = () => {
    return request({
        url: `/blade-system/helpCenter/list`,
        method: 'get',
    })
}