public class VerifyUtils extends Object
| Constructor and Description |
|---|
VerifyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getSignature(HashMap params,
String secret)
天气签名生成算法-JAVA版本
|
public static String getSignature(HashMap params, String secret) throws IOException
params - 请求参数集,所有参数必须已转换为字符串类型secret - 签名密钥(用户的认证key)IOExceptionCopyright © 2020. All rights reserved.