增加注释。

This commit is contained in:
egzosn
2017-10-26 18:41:44 +08:00
2 changed files with 100 additions and 91 deletions

View File

@@ -87,7 +87,7 @@ public enum SignUtils {
* @return 去掉空值与签名参数后的新签名,拼接后字符串
*/
public static String parameterText(Map parameters, String separator) {
return parameterText(parameters, separator, "sign", "key", "appId", "sign_type");
return parameterText(parameters, separator, "sign", "key", "sign_type");
}
/**