mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
修改方法(getUserEValueAndLevel)备注。
This commit is contained in:
@@ -89,7 +89,7 @@ const userMedalLevelInfo = function(medalId) {
|
|||||||
/**
|
/**
|
||||||
* 根据用户统计表查询用户经验值及对应的等级
|
* 根据用户统计表查询用户经验值及对应的等级
|
||||||
* @author wn
|
* @author wn
|
||||||
* @param {String} medalId 勋章id(必填)
|
* @param {String} aid 用户id(必填)
|
||||||
*/
|
*/
|
||||||
const getUserEValueAndLevel = function(aid) {
|
const getUserEValueAndLevel = function(aid) {
|
||||||
return ajax.post(baseURL,'xboe/m/stat/user/getUserEValueAndLevel?aid='+aid);
|
return ajax.post(baseURL,'xboe/m/stat/user/getUserEValueAndLevel?aid='+aid);
|
||||||
|
|||||||
Reference in New Issue
Block a user