客户案例修改

This commit is contained in:
xiezhijun
2021-03-19 16:02:12 +08:00
parent 88f6b8e955
commit 8c3eb7ab9c
10 changed files with 185 additions and 27 deletions

View File

@ -75,6 +75,15 @@ export function downCaseFile(downUrl) {
window.location.href = downUrl;
}
// 修改客户案例微信小程序展示状态
export function updateWxShow(data) {
return request({
url: '/custom/customerCase/updateWxShow',
method: 'post',
data: data
})
}