public class WxChannelBaseResponse extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
errCode
错误码
|
protected String |
errMsg
错误消息
|
static int |
INTERNAL_ERROR_CODE |
static int |
SUCCESS_CODE
请求成功状态码
|
| 构造器和说明 |
|---|
WxChannelBaseResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
errorMessage()
错误代码 + 错误消息
|
int |
getErrCode() |
String |
getErrMsg() |
boolean |
isSuccess() |
void |
setErrCode(int errCode) |
void |
setErrMsg(String errMsg) |
String |
toString() |
public static final int SUCCESS_CODE
public static final int INTERNAL_ERROR_CODE
protected int errCode
protected String errMsg
Copyright © 2025. All rights reserved.