潘志宝
2024-09-20 60ced2e1fb137f5f7216e1a9719c9931fdfd6c7c
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