Commit 3897ca60 authored by hezhen's avatar hezhen

123

parent 33f14cb5
...@@ -118,6 +118,7 @@ public class WXPay { ...@@ -118,6 +118,7 @@ public class WXPay {
} }
sb.append("key=" + AppKey); sb.append("key=" + AppKey);
String sign = MD5Util.MD5Encode(sb.toString(), "UTF-8").toUpperCase(); String sign = MD5Util.MD5Encode(sb.toString(), "UTF-8").toUpperCase();
log.info("-----签名sign==="+sign);
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