代码合并

This commit is contained in:
2025-08-01 10:24:08 +08:00
7 changed files with 695 additions and 688 deletions

View File

@@ -56,7 +56,10 @@ export function insertHistory(data) {
export function getJinbiBili(data) {
return http.request({
url: 'common/type/914',
data
data: {
...data,
type: 914
}
})
}
@@ -142,11 +145,11 @@ export function playStatus(data) {
}
// 获取支付次数提示
export function getPayTips(data){
export function getPayTips(data) {
return http.request({
url: 'course/getRedEnvelopeTips',
method: 'GET',
data
})
}
}