营养小知识修改优化

This commit is contained in:
xiezhijun
2021-04-20 18:17:49 +08:00
parent f2d2e8c8ac
commit d697ba73ee
12 changed files with 257 additions and 75 deletions

View File

@ -50,4 +50,13 @@ export function exportNutritionQuestion(query) {
method: 'get',
params: query
})
}
//更新营养知识小问答的展示状态
export function updateWxShow(data){
return request({
url: '/custom/nutritionQuestion/updateWxShow',
method: 'get',
params: data
})
}