用户反馈接口
This commit is contained in:
parent
5ebfe28e24
commit
e5dd29faee
Binary file not shown.
@ -20,6 +20,8 @@ class ZNetUtil: NSObject {
|
||||
//上报app信息
|
||||
static let kUploadAppInfoUrl:String = hostUrl + "/statistic/appdatacollection/saveAppData"
|
||||
|
||||
//用户反馈 参数: catalog 问题标题 remark 问题描述 contact 联系方式
|
||||
static let kUserFeedbackUrl:String = hostUrl + "/app/common/createFeedback"
|
||||
|
||||
class func postUrl(urlStr:String,params:[String:Any], callback:@escaping (_ result:[String:Any]?, _ error:Error?)->Void){
|
||||
let url = URL(string: urlStr)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user