| 程序包 | 说明 | 
|---|---|
| me.chanjar.weixin.common.session | 
| 限定符和类型 | 类和说明 | 
|---|---|
| class  | StandardSession | 
| class  | StandardSessionFacade | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| WxSession | StandardSession. getSession() | 
| WxSession | InternalSession. getSession()Return the  HttpSessionfor which this object
 is the facade. | 
| WxSession | WxSessionManager. getSession(String sessionId)获取某个sessionId对应的session,如果sessionId没有对应的session,则新建一个并返回。 | 
| WxSession | StandardSessionManager. getSession(String sessionId) | 
| WxSession | WxSessionManager. getSession(String sessionId,
          boolean create)获取某个sessionId对应的session,如果sessionId没有对应的session,若create为true则新建一个,否则返回null。 | 
| WxSession | StandardSessionManager. getSession(String sessionId,
          boolean create) | 
Copyright © 2024. All rights reserved.