mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
增加方法:exportUserCoinRecord(导出用户近7天的U币记录)
This commit is contained in:
@@ -104,6 +104,15 @@ const dynamicHide = function(id) {
|
|||||||
return ajax.post(baseURL,'/xboe/m/stat/userdynamic/hide?id='+id);
|
return ajax.post(baseURL,'/xboe/m/stat/userdynamic/hide?id='+id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 导出用户近7天的U币记录
|
||||||
|
* @author wn
|
||||||
|
* @param {String} aid 用户aid
|
||||||
|
*/
|
||||||
|
const exportUserCoinRecord = function(aid) {
|
||||||
|
return ajax.post(baseURL,'/xboe/m/stat/usercoinrecord/export?aid='+aid);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
sendEvent,
|
sendEvent,
|
||||||
@@ -114,5 +123,6 @@ export default {
|
|||||||
userMedalConfig,
|
userMedalConfig,
|
||||||
userMedalLevelInfo,
|
userMedalLevelInfo,
|
||||||
getUserEValueAndLevel,
|
getUserEValueAndLevel,
|
||||||
dynamicHide
|
dynamicHide,
|
||||||
|
exportUserCoinRecord
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user