|
@@ -40,7 +40,7 @@ export function planerPublish(postParams: any): any {
|
|
|
}
|
|
|
// 未发布 - 查询平面图信息
|
|
|
export function planerQuery(postParams: any): any {
|
|
|
- return httputils.postJson(`${baseApi}/planar/graph/drafts/query`, postParams);
|
|
|
+ return httputils.postJson(`${baseApi}/planar/graph/drafts/query`, postParams);
|
|
|
}
|
|
|
// 未发布 - 移至回收站
|
|
|
export function planerRecycle(postParams: any): any {
|
|
@@ -48,7 +48,7 @@ export function planerRecycle(postParams: any): any {
|
|
|
}
|
|
|
// 未发布 - 更新平面图信息
|
|
|
export function planerUpdate(postParams: any): any {
|
|
|
- return httputils.postJson(`${baseApi}/planar/graph/drafts/update`, postParams);
|
|
|
+ return httputils.postJson(`${baseApi}/planar/graph/drafts/update`, postParams);
|
|
|
}
|
|
|
|
|
|
/**
|