形象:修改好感度解锁逻辑

This commit is contained in:
luying
2021-03-12 16:20:58 +08:00
parent df5d6ba92e
commit 6a7a3eadca
8 changed files with 67 additions and 43 deletions

View File

@@ -55,7 +55,7 @@ export default class Utils extends Service {
return addEquips(roleId, roleName, weapon);
}
public unlockFigure(roleId: string, conditions: {type: number, num: number}[], role?: RoleType) {
public unlockFigure(roleId: string, conditions: {type: number, paramHid?: number, paramFavourLv?: number, paramSkinId?: number}[], role?: RoleType) {
return unlockFigure(roleId, conditions, role);
}
}