刷新食谱计划
This commit is contained in:
@ -49,3 +49,11 @@ export function listRecipesPlanByCusId(id) {
|
||||
method: "get"
|
||||
});
|
||||
}
|
||||
|
||||
export function refreshRecipesPlan(cusId){
|
||||
return request({
|
||||
url: "/recipes/recipesPlan/refreshRecipesPlan",
|
||||
method: "get",
|
||||
params: {"cusId": cusId}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user