younger_times
2023-07-12 5a590aaf3fd9ed5f9cfd2d54e72c904ce4918e7f
WanPai/Network/NetworkRequest.swift
@@ -137,6 +137,10 @@
        let content = paramsArray.joined(separator: "&")
        params += ["sign": "\(content.jq_hmacBase64(algorithm: .SHA1, key: SHAKEY))"]
        #if DEBUG
        LogInfo("签名:\(content) ----- \(content.jq_hmacBase64(algorithm: .SHA1, key: SHAKEY))")
        #endif
        return self.params
    }