Commit 6e8af8e4 authored by hezhen's avatar hezhen

Merge branch 'hz_master' into base-modify

parents 7064831f 76b6ce77
...@@ -117,6 +117,7 @@ public class WXPay { ...@@ -117,6 +117,7 @@ public class WXPay {
} }
} }
sb.append("key=" + AppKey); sb.append("key=" + AppKey);
log.info("-----签名sign==="+sb.toString());
String sign = MD5Util.MD5Encode(sb.toString(), "UTF-8").toUpperCase(); String sign = MD5Util.MD5Encode(sb.toString(), "UTF-8").toUpperCase();
return sign; return sign;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment