Commit d17354968c5a94f6fa975322d80ab628c2f98b59
1 parent
f8c5bf04
提交代码
Showing
1 changed file
with
1 additions
and
2 deletions
metaCode/Classes/Main/MinePage/ViewModel/CNLiveMineViewModel.swift
| ... | ... | @@ -64,7 +64,6 @@ class CNLiveMineViewModel: NSObject { |
| 64 | 64 | } |
| 65 | 65 | param.setValue(UserInfoManager.shared.userInfo.uid, forKey: "uid") |
| 66 | 66 | param.setValue(UserInfoManager.shared.userInfo.token, forKey: "token") |
| 67 | - print("给后台的数据是=>\(param)") | |
| 68 | 67 | showLoading(message: "") |
| 69 | 68 | CNLiveNetworking.setAllowRequestDefaultArgument(true) |
| 70 | 69 | CNLiveNetworking.setupShowDataResult(false) |
| ... | ... | @@ -254,7 +253,7 @@ class CNLiveMineViewModel: NSObject { |
| 254 | 253 | /// - resultBlock: 返回 |
| 255 | 254 | static func requestAuthStandList(page: NSInteger, resultBlock: @escaping resultNewsBlock) { |
| 256 | 255 | let param = NSMutableDictionary() |
| 257 | - param.setValue(UserInfoManager.shared.userInfo.uid, forKey: "sid")//10458139 UserInfoManager.shared.userInfo.uid | |
| 256 | + param.setValue(UserInfoManager.shared.userInfo.uid, forKey: "sid") | |
| 258 | 257 | param.setValue("10", forKey: "pageSize") |
| 259 | 258 | param.setValue("\(page)", forKey: "page") |
| 260 | 259 | CNLiveNetworking.setAllowRequestDefaultArgument(true) | ... | ... |