Commit 76b6ce77 authored by hezhen's avatar hezhen

123

parent 3897ca60
...@@ -117,8 +117,8 @@ public class WXPay { ...@@ -117,8 +117,8 @@ 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();
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