public class WeiXinResult extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WeiXinResult.WexinErrorCode
企信消息事件类型
|
| 构造器和说明 |
|---|
WeiXinResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getErrcode() |
String |
getErrmsg() |
boolean |
isSuccess()
判断请求是否成功
|
String |
localErrMsg() |
String |
localErrMsg(String errMsg) |
void |
setErrcode(Integer errcode) |
void |
setErrmsg(String errmsg) |
static WeiXinResult |
successResult() |
public Integer getErrcode()
public void setErrcode(Integer errcode)
public String getErrmsg()
public void setErrmsg(String errmsg)
public String localErrMsg()
public static WeiXinResult successResult()
public boolean isSuccess()
Copyright © 2023. All rights reserved.