用户反馈接口

This commit is contained in:
bluesea 2024-04-12 18:25:36 +08:00
parent 5ebfe28e24
commit e5dd29faee
2 changed files with 2 additions and 0 deletions

View File

@ -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)