Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
于占峰 committed Aug 6, 2024
1 parent 195563a commit 60a1759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/api/cdk.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { get,postRequestBody } from "../utils/request"

/** 授权相关 */
export const removeCdk = (param) => postRequestBody("/api/cdk/delete/",param);
export const removeCdk = (param) => postRequestBody("/api/cdk/delete",param);
export const getCdkPage = (param) => postRequestBody("/api/cdk/page",param);
export const getCdkInfo = (id) => get("/api/cdk/info/"+id);
export const addCdk = (param) => postRequestBody("/api/cdk/add",param);
Expand Down

0 comments on commit 60a1759

Please sign in to comment.