处理暂停日期
This commit is contained in:
@ -49,3 +49,14 @@ export function getRecipesFullInfo(id) {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
export function getPlanPause(id) {
|
||||
return request({
|
||||
url: "/wap/recipes/plan/pause/" + id,
|
||||
method: "get",
|
||||
headers: {
|
||||
isToken: false
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user