public class CreateAppUsrRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAppUsrRequest() | 
| CreateAppUsrRequest(CreateAppUsrRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCunionId()Get 标识用户的唯一ID,防止同一个用户多次注册 | 
| String | getMobile()Get 用于小程序关联手机号 | 
| void | setCunionId(String CunionId)Set 标识用户的唯一ID,防止同一个用户多次注册 | 
| void | setMobile(String Mobile)Set 用于小程序关联手机号 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateAppUsrRequest()
public CreateAppUsrRequest(CreateAppUsrRequest source)
public String getCunionId()
public void setCunionId(String CunionId)
CunionId - 标识用户的唯一ID,防止同一个用户多次注册public String getMobile()
public void setMobile(String Mobile)
Mobile - 用于小程序关联手机号Copyright © 2025. All rights reserved.