slccper / Networking

基于Alamofire 的多服务器,多版本的swift网络库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Networking

基于Alamofire 的多服务器,多版本的swift网络库

调用方法:

let param = YARequestModel() param.mobile = "123456789" param.password = newpwd?.md5 let _ = YABaseDataEngine.test(Controll: self, Path: "mtop.common.getTimestamp", Param: param.getRequestDic(), complete: { (dic, error) in print(dic) })

About

基于Alamofire 的多服务器,多版本的swift网络库


Languages

Language:Swift 98.2%Language:C 0.9%Language:Ruby 0.9%