tencentcloud-sdk-nodejs-tcb 4.1.307 → 4.1.308
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4432,7 +4432,7 @@ ErrorMessage:字符串(ErrorCode 非 0 时,返回错误信息)
|
|
|
4432
4432
|
*/
|
|
4433
4433
|
export interface VerificationConfig {
|
|
4434
4434
|
/**
|
|
4435
|
-
* <p>短信验证码发送通道类型。</p><p>枚举值:</p><ul><li>default: 使用默认云开发短信包发送短信</li><li>apis: 使用云开发自定义 APIs 作为短信发送通道,需配合 Name 和 Method 参数使用。不传则不修改当前配置。</li><li>template: 自定义短信模板配置,需要配置TemplateProvider</li><li>function:
|
|
4435
|
+
* <p>短信验证码发送通道类型。</p><p>枚举值:</p><ul><li>default: 使用默认云开发短信包发送短信</li><li>apis: 使用云开发自定义 APIs 作为短信发送通道,需配合 Name 和 Method 参数使用。不传则不修改当前配置。</li><li>template: 自定义短信模板配置,需要配置TemplateProvider</li><li>function: 使用云函数作为短信发送通道,需配合 CloudFunction 参数使用</li></ul>
|
|
4436
4436
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4437
4437
|
*/
|
|
4438
4438
|
Type?: string;
|