mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
完善userMedalLevelInfo方法 - 增加参数。
This commit is contained in:
@@ -82,8 +82,8 @@ const userMedalConfig = function() {
|
||||
* @author wn
|
||||
* @param {String} medalId 勋章id(必填)
|
||||
*/
|
||||
const userMedalLevelInfo = function() {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/medal/getUserMedalLevelInfo');
|
||||
const userMedalLevelInfo = function(medalId) {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/medal/getUserMedalLevelInfo?medalId='+medalId);
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user