无故事王国
2023-11-14 2a7b12af07d814030c1326f56fec6ebf0d11619f
WanPai/Network/Services.swift
@@ -1076,9 +1076,11 @@
        /// 获取参赛人员列表
   class func queryParticipantList(isAuth:Int? = nil)->Observable<BaseResponse<[ActivityDetailPartModel]>>{
        let params = ParamsAppender.build(url: All_Url)
        var params = ParamsAppender.build(url: All_Url)
            .interface(url: "competition/api/participant/queryParticipantList")
         .append(key: "isPre", value: isAuth)
      if isAuth == 1{
         params.append(key: "isPre", value: isAuth)
      }
        return NetworkRequest.request(params: params, method: .post, progress: false)
    }