Commit a65013ae85b9c12e17ad67f37681527e55402d16

Authored by 张旭
1 parent 86731c4f

修改为微信支付微信小程序

metaCode/Classes/Main/HuBiLieHomePage/ViewModel/CNLiveVodPlayViewModel.swift
... ... @@ -56,7 +56,6 @@ class CNLiveVodPlayViewModel:NSObject,URLSessionTaskDelegate{
56 56 /// type 1收藏 2取消收藏
57 57 static func vodCollection(type:String,vodPlayBlockListListModel:CNLiveVodPlayBlockListListModel,resultBlock: @escaping downSlideResultBlock) {
58 58 let param = NSMutableDictionary()
59   -
60 59 param.setValue(type, forKey: "type")
61 60 param.setValue("1", forKey: "model")
62 61 param.setValue(vodPlayBlockListListModel.contentId, forKey: "contentId")
... ...