BUG
无故事王国
2023-11-17 e97b863bfafb2fc0fd870abc933276aa96a17a45
WanPai/Root/Activity/VC/ActivityDetailApplyVC.swift
@@ -191,6 +191,7 @@
   private func payment(type:PayType,paymentId:Int? = nil){
      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{
            switch type {
               case .aliPay: