mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
增加 用户的登录勋章 接口
This commit is contained in:
@@ -144,6 +144,13 @@ const getRanking = function(queryData) {
|
|||||||
return ajax.get(baseURL,'/xboe/m/stat/user/statinfo?aid='+aid);
|
return ajax.get(baseURL,'/xboe/m/stat/user/statinfo?aid='+aid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 用户的登录勋章,新版上线,15天内登录过一次
|
||||||
|
* @author wn
|
||||||
|
*/
|
||||||
|
const getUserLoginMedal = function() {
|
||||||
|
return ajax.get(baseURL,'/xboe/m/stat/medal/login-medal');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@@ -158,5 +165,6 @@ export default {
|
|||||||
exportUserCoinRecord,
|
exportUserCoinRecord,
|
||||||
getRanking,
|
getRanking,
|
||||||
getUserStatTotalInfo,
|
getUserStatTotalInfo,
|
||||||
userDynamicfollows
|
userDynamicfollows,
|
||||||
|
getUserLoginMedal
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user