XQMuse/Root/Network/Services.swift
@@ -18,6 +18,7 @@ //let All_Url = "https://mock.apipost.net/mock/31b303c60464000" #else let All_Url = "https://xq.xqzhihui.com/api" //let All_Url = "http://192.168.110.64:9000" #endif let ShareUrl = "http://113.45.158.158/share/#/pages" @@ -380,6 +381,7 @@ .append(key: "receiverId", value: receiverId) .append(key: "targetId", value: targetId) .append(key: "vipType", value: vipType) .append(key: "type", value: 1) return NetworkRequest.request(params: params, method: .post, progress: true) }