public class CreateUserVerifyUrlResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateUserVerifyUrlResponse() |
CreateUserVerifyUrlResponse(CreateUserVerifyUrlResponse 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 |
---|---|
Long |
getExpireTime()
Get 链接过期时间,为Unix时间戳(单位为秒)。
|
String |
getMiniAppId()
Get 小程序appid,用于半屏拉起电子签小程序, 仅在 Endpoint 设置为 APP 的时候返回
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getUserVerifyUrl()
Get 腾讯电子签小程序的实名认证链接。
如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。
1.如果EndPoint是APP:
得到的链接类似于pages/guide/index?to=MP_PERSONAL_VERIFY&shortKey=yDCZHUyOcExAlcOvNod0, 用法可以参考描述中的"跳转到小程序的实现"
2.如果EndPoint是HTTP:
得到的链接类似于 https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=TAG_VERIFY&shortKey=yDCZHUyOcChrfpaswT0d,点击后会跳转到腾讯电子签小程序进行签署
3.如果EndPoint是HTTP_SHORT_URL:
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
4.如果EndPoint是H5:
得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署
5.如果EndPoint是H5_SHORT_URL:
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署
`注:` 生成的链路后面不能再增加参数,防止出错重复参数覆盖原有的参数
示例值:https://essurl.cn/2n**42Nd
|
void |
setExpireTime(Long ExpireTime)
Set 链接过期时间,为Unix时间戳(单位为秒)。
|
void |
setMiniAppId(String MiniAppId)
Set 小程序appid,用于半屏拉起电子签小程序, 仅在 Endpoint 设置为 APP 的时候返回
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setUserVerifyUrl(String UserVerifyUrl)
Set 腾讯电子签小程序的实名认证链接。
如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。
1.如果EndPoint是APP:
得到的链接类似于pages/guide/index?to=MP_PERSONAL_VERIFY&shortKey=yDCZHUyOcExAlcOvNod0, 用法可以参考描述中的"跳转到小程序的实现"
2.如果EndPoint是HTTP:
得到的链接类似于 https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=TAG_VERIFY&shortKey=yDCZHUyOcChrfpaswT0d,点击后会跳转到腾讯电子签小程序进行签署
3.如果EndPoint是HTTP_SHORT_URL:
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
4.如果EndPoint是H5:
得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署
5.如果EndPoint是H5_SHORT_URL:
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署
`注:` 生成的链路后面不能再增加参数,防止出错重复参数覆盖原有的参数
示例值:https://essurl.cn/2n**42Nd
|
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, toJsonString
public CreateUserVerifyUrlResponse()
public CreateUserVerifyUrlResponse(CreateUserVerifyUrlResponse source)
public String getUserVerifyUrl()
public void setUserVerifyUrl(String UserVerifyUrl)
UserVerifyUrl
- 腾讯电子签小程序的实名认证链接。
如果没有传递,默认值是 HTTP。 链接的有效期均是 7 天。
1.如果EndPoint是APP:
得到的链接类似于pages/guide/index?to=MP_PERSONAL_VERIFY&shortKey=yDCZHUyOcExAlcOvNod0, 用法可以参考描述中的"跳转到小程序的实现"
2.如果EndPoint是HTTP:
得到的链接类似于 https://res.ess.tencent.cn/cdn/h5-activity/jump-mp.html?to=TAG_VERIFY&shortKey=yDCZHUyOcChrfpaswT0d,点击后会跳转到腾讯电子签小程序进行签署
3.如果EndPoint是HTTP_SHORT_URL:
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
4.如果EndPoint是H5:
得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署
5.如果EndPoint是H5_SHORT_URL:
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署
`注:` 生成的链路后面不能再增加参数,防止出错重复参数覆盖原有的参数
示例值:https://essurl.cn/2n**42Ndpublic Long getExpireTime()
public void setExpireTime(Long ExpireTime)
ExpireTime
- 链接过期时间,为Unix时间戳(单位为秒)。public String getMiniAppId()
public void setMiniAppId(String MiniAppId)
MiniAppId
- 小程序appid,用于半屏拉起电子签小程序, 仅在 Endpoint 设置为 APP 的时候返回public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.