You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dytnsapi-20230101/src/main/java/com/aliyun/sdk/service/dytnsapi20230101/models/GetPhoneNumberIdentificationResultRequest.java
+52-27Lines changed: 52 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1,52 +1,57 @@
1
1
// This file is auto-generated, don't edit it. Thanks.
@@ -166,7 +175,11 @@ public Builder authCode(String authCode) {
166
175
}
167
176
168
177
/**
169
-
* The external ID.
178
+
* <p>The external ID.</p>
179
+
* <p>This parameter is required.</p>
180
+
*
181
+
* <strong>example:</strong>
182
+
* <p>149b03d2-a749-4e6e-8f5b-34******5815</p>
170
183
*/
171
184
publicBuilderoutId(StringoutId) {
172
185
this.putQueryParameter("OutId", outId);
@@ -184,7 +197,11 @@ public Builder ownerId(Long ownerId) {
184
197
}
185
198
186
199
/**
187
-
* The phone number of the subscriber. The phone number to be verified must be in the Mobile Station International Subscriber Directory Number (MSISDN) format.
200
+
* <p>The phone number of the subscriber. The phone number to be verified must be in the Mobile Station International Subscriber Directory Number (MSISDN) format.</p>
Copy file name to clipboardExpand all lines: dytnsapi-20230101/src/main/java/com/aliyun/sdk/service/dytnsapi20230101/models/GetPhoneNumberIdentificationResultResponse.java
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,29 @@
1
1
// This file is auto-generated, don't edit it. Thanks.
0 commit comments