20 lines
407 B
C#
20 lines
407 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace HuanMeng.MiaoYu.Code.TencentUtile
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class TencentConfig : TencentBaseConfig
|
|
{
|
|
/// <summary>
|
|
/// 短信验证码接口
|
|
/// </summary>
|
|
public TencentSMSConfig SMSCode { get; set; }
|
|
}
|
|
}
|