public class WechatUserInterceptor extends Object implements com.jfinal.aop.Interceptor
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
AUTHORIZE_URL |
static String |
BASE_AUTHORIZE_URL |
| 构造器和说明 |
|---|
WechatUserInterceptor() |
| 限定符和类型 | 方法和说明 |
|---|---|
private void |
doIntercept(com.jfinal.aop.Invocation inv) |
void |
intercept(com.jfinal.aop.Invocation inv) |
protected boolean |
isFromBaseScope(com.jfinal.aop.Invocation inv) |
protected boolean |
validateUserJson(String wechatUserJson)
验证微信用户的json信息是否正确
|
public static final String AUTHORIZE_URL
public static final String BASE_AUTHORIZE_URL
public WechatUserInterceptor()
public void intercept(com.jfinal.aop.Invocation inv)
intercept 在接口中 com.jfinal.aop.Interceptorprivate void doIntercept(com.jfinal.aop.Invocation inv)
protected boolean validateUserJson(String wechatUserJson)
wechatUserJson - protected boolean isFromBaseScope(com.jfinal.aop.Invocation inv)
Copyright © 2024. All rights reserved.