src/api/data/channel/http/index.ts
@@ -29,7 +29,7 @@ // 新增HttpApi export const createHttpApi = (data: HttpApiVO) => { return request.post({ url: '/data/channel/http/api/add', data }) return request.post({ url: '/data/channel/http/api/create', data }) } // 修改HttpApi