com.github.sd4324530.fastweixin.util
类 SignUtil
java.lang.Object
com.github.sd4324530.fastweixin.util.SignUtil
public final class SignUtil
- extends Object
绑定服务器工具类
- 作者:
- peiyu
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkSignature
public static boolean checkSignature(String token,
String signature,
String timestamp,
String nonce)
- 认证微信,可以参见微信开发者文档
- 参数:
token - 我们自己设定的token值signature - 微信传来的变量timestamp - 微信传来的变量nonce - 微信传来的变量
- 返回:
- 是否合法
Copyright © 2017. All rights reserved.