修复微信公众号支付

This commit is contained in:
egan
2017-10-22 20:23:06 +08:00
parent fdc1e4627f
commit 5e594e1fa2
2 changed files with 108 additions and 99 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");
}
/**