无故事王国
2023-11-28 c32cea453e0cad8bf52ac59f8a95006aa0b8215b
WanPai/Root/Activity/VC/ActivityDetailApplyVC.swift
@@ -189,7 +189,7 @@
    }
   private func payment(type:PayType,paymentId:Int? = nil){
      let ids = students.map({"\($0.id)"}).joined(separator: ",")
      let ids = students.map({"\($0.id)"}).joined(separator: ";")
      Services.paymentCompetition(id: activityDetailModel.id, userIds: ids, payType: type,coursePaymentId: paymentId).subscribe(onNext: {[weak self] data in
         NotificationCenter.default.post(name: StudentRefresh_Nofi, object: nil)
         if let m = data.data{