潘志宝
2024-09-20 9ec4bd04bcce1ef1e6f8286a12f339d2ae9566db
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