修复视频不显示支付次数问题

This commit is contained in:
2025-01-21 15:20:05 +08:00
parent fffcdf483b
commit 1be09bf67a
3 changed files with 29 additions and 13 deletions

View File

@@ -137,4 +137,14 @@ export function playStatus(data) {
method: 'GET',
data
})
}
}
// 获取支付次数提示
export function getPayTips(data){
return http.request({
url: 'course/getRedEnvelopeTips',
method: 'GET',
data
})
}