票据验证方法

This commit is contained in:
ukid
2015-10-23 14:33:32 +08:00
parent 9363a67538
commit 123e5ef973
3 changed files with 15 additions and 6 deletions

View File

@ -248,7 +248,6 @@ public class WxCryptUtil {
}
}
toSign.append("key=" + signKey);
System.out.println(toSign.toString());
String sign = DigestUtils.md5Hex(toSign.toString())
.toUpperCase();
return sign;