public static final class VerifyPhoneWithTokenResponseBody.GateVerify.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyPhoneWithTokenResponseBody.GateVerify |
build() |
VerifyPhoneWithTokenResponseBody.GateVerify.Builder |
verifyId(String verifyId)
The external ID.
|
VerifyPhoneWithTokenResponseBody.GateVerify.Builder |
verifyResult(String verifyResult)
The verification results.
|
public VerifyPhoneWithTokenResponseBody.GateVerify.Builder verifyId(String verifyId)
public VerifyPhoneWithTokenResponseBody.GateVerify.Builder verifyResult(String verifyResult)
* PASS: The input phone number is consistent with the phone number used in HTML5 pages. * REJECT: The input phone number is different from the phone number used in HTML5 pages. * UNKNOWN: The system cannot judge whether the input phone number is consistent with the phone number used in HTML5 pages.
public VerifyPhoneWithTokenResponseBody.GateVerify build()
Copyright © 2024. All rights reserved.