Commit 6eed8516 authored by David黄金龙's avatar David黄金龙

修改 bugly版本

parent 2b05eab3
......@@ -72,7 +72,7 @@ target 'galaxy' do
#导航栏、手势
pod 'GKNavigationBarSwift','1.6.5'
#crash统计
pod 'Bugly','2.5.93'
pod 'Bugly','2.6.1'
#神策数据分析
pod 'SensorsAnalyticsSDK','4.6.0'
#主流APP分类切换滚动视图
......
......@@ -16,7 +16,7 @@ class YHButlerServiceViewModel {
let strUrl = YHBaseUrlManager.shared.curURL() + YHAllApiName.QiYu.userInfomation
let _ = YHNetRequest.getRequest(url: strUrl, params: params) { [weak self] json, code in
if json.code == 200 {
guard let data = json.data as? [String : Any], let dataString = data.yh_toJSONString() else {
guard let data = json.data as? [Any], let dataString = data.yh_toJSONString() else {
callBackBlock(nil, nil, YHErrorModel())
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment