public class AddSmsSignRequest extends AbstractModel
Constructor and Description |
---|
AddSmsSignRequest() |
AddSmsSignRequest(AddSmsSignRequest 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 |
getCommissionImage()
Get 委托授权证明。选择 SignPurpose 为他用之后需要提交委托的授权证明。
图片需先进行 base64 编码格式转换,将转换后的字符串去掉前缀`data:image/jpeg;base64,`再赋值给该参数。
注:只有 SignPurpose 在选择为 1(他用)时,这个字段才会生效。
|
Long |
getDocumentType()
Get 证明类型:
0:三证合一。
1:企业营业执照。
2:组织机构代码证书。
3:社会信用代码证书。
4:应用后台管理截图(个人开发APP)。
5:网站备案后台截图(个人开发网站)。
6:小程序设置页面截图(个人认证小程序)。
7:商标注册书。
注:必选按照 SignType 选择对应的DocumentType。
|
Long |
getInternational()
Get 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。
|
String |
getProofImage()
Get 签名对应的资质证明图片需先进行 base64 编码格式转换,将转换后的字符串去掉前缀`data:image/jpeg;base64,`再赋值给该参数。
|
String |
getRemark()
Get 签名的申请备注。
|
String |
getSignName()
Get 签名名称。
注:不能重复申请已通过或待审核的签名。
|
Long |
getSignPurpose()
Get 签名用途:
0:自用。
1:他用。
|
Long |
getSignType()
Get 签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):
0:公司,可选 DocumentType 有(0,1,2,3)。
1:APP,可选 DocumentType 有(0,1,2,3,4) 。
2:网站,可选 DocumentType 有(0,1,2,3,5)。
3:公众号或者小程序,可选 DocumentType 有(0,1,2,3,6)。
4:商标,可选 DocumentType 有(7)。
5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
注:必须按照对应关系选择证明类型,否则会审核失败。
|
void |
setCommissionImage(String CommissionImage)
Set 委托授权证明。选择 SignPurpose 为他用之后需要提交委托的授权证明。
图片需先进行 base64 编码格式转换,将转换后的字符串去掉前缀`data:image/jpeg;base64,`再赋值给该参数。
注:只有 SignPurpose 在选择为 1(他用)时,这个字段才会生效。
|
void |
setDocumentType(Long DocumentType)
Set 证明类型:
0:三证合一。
1:企业营业执照。
2:组织机构代码证书。
3:社会信用代码证书。
4:应用后台管理截图(个人开发APP)。
5:网站备案后台截图(个人开发网站)。
6:小程序设置页面截图(个人认证小程序)。
7:商标注册书。
注:必选按照 SignType 选择对应的DocumentType。
|
void |
setInternational(Long International)
Set 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。
|
void |
setProofImage(String ProofImage)
Set 签名对应的资质证明图片需先进行 base64 编码格式转换,将转换后的字符串去掉前缀`data:image/jpeg;base64,`再赋值给该参数。
|
void |
setRemark(String Remark)
Set 签名的申请备注。
|
void |
setSignName(String SignName)
Set 签名名称。
注:不能重复申请已通过或待审核的签名。
|
void |
setSignPurpose(Long SignPurpose)
Set 签名用途:
0:自用。
1:他用。
|
void |
setSignType(Long SignType)
Set 签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):
0:公司,可选 DocumentType 有(0,1,2,3)。
1:APP,可选 DocumentType 有(0,1,2,3,4) 。
2:网站,可选 DocumentType 有(0,1,2,3,5)。
3:公众号或者小程序,可选 DocumentType 有(0,1,2,3,6)。
4:商标,可选 DocumentType 有(7)。
5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
注:必须按照对应关系选择证明类型,否则会审核失败。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AddSmsSignRequest()
public AddSmsSignRequest(AddSmsSignRequest source)
public String getSignName()
public void setSignName(String SignName)
SignName
- 签名名称。
注:不能重复申请已通过或待审核的签名。public Long getSignType()
public void setSignType(Long SignType)
SignType
- 签名类型。其中每种类型后面标注了其可选的 DocumentType(证明类型):
0:公司,可选 DocumentType 有(0,1,2,3)。
1:APP,可选 DocumentType 有(0,1,2,3,4) 。
2:网站,可选 DocumentType 有(0,1,2,3,5)。
3:公众号或者小程序,可选 DocumentType 有(0,1,2,3,6)。
4:商标,可选 DocumentType 有(7)。
5:政府/机关事业单位/其他机构,可选 DocumentType 有(2,3)。
注:必须按照对应关系选择证明类型,否则会审核失败。public Long getDocumentType()
public void setDocumentType(Long DocumentType)
DocumentType
- 证明类型:
0:三证合一。
1:企业营业执照。
2:组织机构代码证书。
3:社会信用代码证书。
4:应用后台管理截图(个人开发APP)。
5:网站备案后台截图(个人开发网站)。
6:小程序设置页面截图(个人认证小程序)。
7:商标注册书。
注:必选按照 SignType 选择对应的DocumentType。public Long getInternational()
public void setInternational(Long International)
International
- 是否国际/港澳台短信:
0:表示国内短信。
1:表示国际/港澳台短信。public Long getSignPurpose()
public void setSignPurpose(Long SignPurpose)
SignPurpose
- 签名用途:
0:自用。
1:他用。public String getProofImage()
public void setProofImage(String ProofImage)
ProofImage
- 签名对应的资质证明图片需先进行 base64 编码格式转换,将转换后的字符串去掉前缀`data:image/jpeg;base64,`再赋值给该参数。public String getCommissionImage()
public void setCommissionImage(String CommissionImage)
CommissionImage
- 委托授权证明。选择 SignPurpose 为他用之后需要提交委托的授权证明。
图片需先进行 base64 编码格式转换,将转换后的字符串去掉前缀`data:image/jpeg;base64,`再赋值给该参数。
注:只有 SignPurpose 在选择为 1(他用)时,这个字段才会生效。public String getRemark()
public void setRemark(String Remark)
Remark
- 签名的申请备注。Copyright © 2021. All rights reserved.