潘志宝
2024-09-19 91cd98eea66b79fa9c013e42f94f2de8e08b4f4e
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