feat: Enhance SMS verification with new token handling and update API key
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m45s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 9m45s
This commit is contained in:
@@ -13,5 +13,10 @@ public interface IKavenegarService
|
||||
/// <summary>
|
||||
/// ارسال پیامک با قالب (VerifyLookup)
|
||||
/// </summary>
|
||||
Task VerifyLookupAsync(string mobile, string token, string template = "Afrino");
|
||||
Task VerifyLookupAsync(string mobile, string token, string template = "OTP");
|
||||
|
||||
/// <summary>
|
||||
/// ارسال پیامک با قالب و توکن دوم (VerifyLookup) — مثلاً برای قراردادها
|
||||
/// </summary>
|
||||
Task VerifyLookupAsync(string mobile, string token, string token2, string template);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user