chore: add documentation comments and stylecop rules
This commit is contained in:
@@ -10,8 +10,6 @@ namespace TakeoutSaaS.Application.Sms.Contracts;
|
||||
/// </remarks>
|
||||
public sealed class SendVerificationCodeRequest(string phoneNumber, string scene, SmsProviderKind? provider = null)
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 手机号(支持 +86 前缀或纯 11 位)。
|
||||
/// </summary>
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace TakeoutSaaS.Application.Sms.Contracts;
|
||||
/// </remarks>
|
||||
public sealed class VerifyVerificationCodeRequest(string phoneNumber, string scene, string code)
|
||||
{
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 手机号。
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user