潘志宝
2024-09-18 6d9c089cebac440c78573e9fa95190ee9ead674c
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