Commit 160d309ead22ac14ee94abfd5c49655dd166a541
1 parent
9fa0802f
空格
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Main/HuBiLieHomePage/ViewModel/CNLiveVodPlayViewModel.swift
| ... | ... | @@ -13,7 +13,7 @@ class CNLiveVodPlayViewModel:NSObject,URLSessionTaskDelegate{ |
| 13 | 13 | |
| 14 | 14 | /// 点赞 |
| 15 | 15 | /// - Parameters: |
| 16 | - /// - support: 是否点赞 0 取消 1点赞 | |
| 16 | + /// - support: 是否点赞 0 取消 1点赞 | |
| 17 | 17 | static func vodSupport(contentId: String, support: Bool,resultBlock: @escaping downSlideResultBlock) { |
| 18 | 18 | let param = NSMutableDictionary() |
| 19 | 19 | param.setValue(contentId, forKey: "id") | ... | ... |