我的页面

This commit is contained in:
haomingming
2025-09-01 16:20:16 +08:00
parent c9dcab1e36
commit 1f4c0834fa
21 changed files with 3904 additions and 327 deletions
+49 -2
View File
@@ -87,12 +87,59 @@ const api = {
getVideoDetail(data) {
return request('/video/detail', data, 'get', true);
},
getVideoHistory(data) {
return request('/expertAPI/VideoWatchRecord', data, 'post', false);
},
deleteRecord(data) {
return request('/expertAPI/deleteRecord', data, 'post', false);
},
getCollectList(data) {
return request('/expertAPI/collectList', data, 'post', false);
},
getCollectionList(data) {
return request('/expertAPI/collectionList', data, 'post', false);
},
//我的账户
getMyAccount(data) {
return request('/expertPay/getBalanceU', data, 'post', false);
},
// 订单列表
getOrderList(data) {
return request('/expertPay/orderList', data, 'post', false);
},
// 我的积分
myBonusPoints(data) {
return request('/expertAPI/myBonusPoints', data, 'post', false);
},
// 新闻详情
getNewsDetail(data) {
return request('/expertAPI/newsDetail', data, 'post', false);
},
// 积分支付列表
bonusPointsPayList(data) {
return request('/expertAPI/bonusPointsPayList', data, 'post', false);
},
// 积分列表
bonusPointsList(data) {
return request('/expertAPI/bonusPointsList', data, 'post', false);
},
getWelfarePage(data) {
return request('/expertAPI/getWelfarePage', data, 'post', false);
},
useWelfarePage(data) {
return request('/expertAPI/useWelfarePage', data, 'post', false);
},
getFlowerList(data) {
return request('/expertPay/getFlowerList', data, 'post', false);
},
// 课件详情
getGandanFileDetail(data) {
return request('/expertAPI/gandanFileDetail', data, 'post', false);