mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-14 09:47:25 +08:00
增加注释。
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user