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