Package com.bytedesk.core.sms_provider
Class SmsProviderEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.sms_provider.SmsProviderEntity
- All Implemented Interfaces:
Serializable
SmsProvider entity for SMS provider configuration
Stores SMS provider credentials and configuration settings
Database Table: bytedesk_core_sms_provider
Purpose: Stores sms provider definitions and credentials
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String短信服务访问密钥IDprivate String短信服务访问密钥Secretprivate StringDescription of the sms_providerprivate Boolean配置是否启用private String短信服务端点/Endpointprivate StringName of the sms_providerprivate String短信服务商类型 (ALIYUN, TENCENT, HUAWEI等)private String短信服务区域/Regionprivate static final longprivate String短信签名private String验证码短信模板IDprivate StringType of sms_provider (CUSTOMER, TICKET, ARTICLE, etc.) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
Name of the sms_provider -
description
Description of the sms_provider -
type
Type of sms_provider (CUSTOMER, TICKET, ARTICLE, etc.) -
providerType
短信服务商类型 (ALIYUN, TENCENT, HUAWEI等) -
accessKeyId
短信服务访问密钥ID -
accessKeySecret
短信服务访问密钥Secret -
signName
短信签名 -
templateCode
验证码短信模板ID -
region
短信服务区域/Region -
endpoint
短信服务端点/Endpoint -
enabled
配置是否启用
-
-
Constructor Details
-
SmsProviderEntity
public SmsProviderEntity()
-