public class BasicWxHandler extends AbstractWxHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
aeskey |
protected String |
appid |
protected WXBizMsgCrypt |
msgCrypt |
protected String |
token |
| 限定符 | 构造器和说明 |
|---|---|
protected |
BasicWxHandler() |
|
BasicWxHandler(String token) |
|
BasicWxHandler(String token,
String aeskey,
String appid) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
check(String signature,
String timestamp,
String nonce,
String key) |
BasicWxHandler |
configure(org.nutz.ioc.impl.PropertiesProxy conf,
String prefix) |
WXBizMsgCrypt |
getMsgCrypt() |
defaultMsg, eventClick, eventLocation, eventLocationSelect, eventScan, eventScancodePicPhotoOrAlbum, eventScancodePicSysphoto, eventScancodePicWeixin, eventScancodePush, eventScancodeWaitMsg, eventSubscribe, eventTemplateJobFinish, eventUnsubscribe, eventView, handle, image, link, location, shortvideo, text, video, voiceprotected String token
protected String aeskey
protected WXBizMsgCrypt msgCrypt
protected String appid
protected BasicWxHandler()
public BasicWxHandler(String token)
public WXBizMsgCrypt getMsgCrypt()
public BasicWxHandler configure(org.nutz.ioc.impl.PropertiesProxy conf, String prefix)
Copyright © 2019. All rights reserved.