|
|
@@ -49,4 +49,6 @@ const (
|
|
|
ConfigKeySmtpFrom = "smtp_from" // 发件人名称
|
|
|
ConfigKeyTiktokClientKey = "tiktok_client_key" // TikTok Client Key
|
|
|
ConfigKeyTiktokClientSecret = "tiktok_client_secret" // TikTok Client Secret
|
|
|
+ ConfigKeyFacebookAppId = "facebook_app_id" // Facebook App ID
|
|
|
+ ConfigKeyFacebookAppSecret = "facebook_app_secret" // Facebook App Secret
|
|
|
)
|