public static final class WXOpenCustomerServiceChat.Req extends BaseReq
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
corpId |
java.lang.String |
url |
openId, transaction| Constructor and Description |
|---|
Req() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkArgs()
Check parameters of this request
检查该请求各个参数的合法性
|
int |
getType()
Return type ID of the current request.
|
void |
toBundle(android.os.Bundle data)
Serialize requests into Bundle
将请求序列化到Bundle中
|
fromBundlepublic int getType()
BaseReqpublic boolean checkArgs()
BaseReq