修改方法(getUserEValueAndLevel)备注。

This commit is contained in:
weinan2087
2022-09-22 10:33:17 +08:00
parent eb198a195c
commit a09829a252

View File

@@ -89,7 +89,7 @@ const userMedalLevelInfo = function(medalId) {
/**
* 根据用户统计表查询用户经验值及对应的等级
* @author wn
* @param {String} medalId 勋章id必填
* @param {String} aid 用户id必填
*/
const getUserEValueAndLevel = function(aid) {
return ajax.post(baseURL,'xboe/m/stat/user/getUserEValueAndLevel?aid='+aid);