无故事王国
2023-10-28 576aec37fe9b5eb395097be1ced0680ae97590f8
WanPai/Root/Other/View/StudentChooseView.swift
@@ -20,7 +20,7 @@
class ActivityViewModel:RefreshModel<ActivityDetailPartModel>{
    override func api() -> (Observable<BaseResponse<[ActivityDetailPartModel]>>)? {
        return Services.queryParticipantList()
        return Services.queryParticipantList(isAuth: 1)
    }
    
}