完善userMedalLevelInfo方法 - 增加参数。

This commit is contained in:
weinan2087
2022-09-21 18:54:17 +08:00
parent 6ed5692bf9
commit 6ff4c51444

View File

@@ -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 {