feat: 本次提交更新内容如下
流量分发的功能构建完成
This commit is contained in:
@@ -204,7 +204,7 @@ export const updateDistributionRule = async (id: string, params: any): Promise<A
|
||||
* @returns 删除结果
|
||||
*/
|
||||
export const deleteDistributionRule = async (id: string): Promise<ApiResponse<any>> => {
|
||||
return del<ApiResponse<any>>(`/v1/workbench/delete/${id}`);
|
||||
return del<ApiResponse<any>>(`/v1/workbench/delete?id=${id}`);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user