시리즈 전체보기 페이지

This commit is contained in:
Yu Sung
2024-04-29 19:36:53 +09:00
parent ffbdbbaa06
commit 101b04b6a9
9 changed files with 324 additions and 9 deletions

View File

@@ -133,10 +133,10 @@ extension UserApi: TargetType {
case .searchUser(let nickname):
return .requestParameters(parameters: ["nickname" : nickname], encoding: URLEncoding.queryString)
case .getMypage, .getMyProfile:
case .getMypage, .getMyProfile, .getMemberInfo:
return .requestParameters(parameters: ["container" : "ios"], encoding: URLEncoding.queryString)
case .getMemberInfo, .logout, .logoutAllDevice, .getChangeNicknamePrice:
case .logout, .logoutAllDevice, .getChangeNicknamePrice:
return .requestPlain
case .notification(let request):