Commit ca716bdd by 魏文甫

update

1 parent 7b062b38
......@@ -103,7 +103,7 @@ public class WeixinBaseUtil {
String str;
String signature = "";
//注意这里参数名必须全部小写,且必须有序
str = "jsapi_ticket=" + jsapi_ticket + "&noncestr=" + nonce_str + "&timestamp=" + timestamp + "&url=" + url;
str = "jsapi_ticket=" + jsapi_ticket + "&nonceStr=" + nonce_str + "&timestamp=" + timestamp + "&url=" + url;
try {
MessageDigest crypt = MessageDigest.getInstance("SHA-1");
crypt.reset();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!