Commit ba188c71 by 魏文甫

Merge branch 'wei_master' into '105'

update

See merge request !45
2 parents 7b062b38 ca716bdd
......@@ -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!