...
This commit is contained in:
@@ -98,6 +98,8 @@ namespace Back.Controllers
|
||||
{
|
||||
case "NewTicketNoAuthentication":
|
||||
Sucstatus = await _servValidatinMsg.SubmittedTicket(VerificationCode);
|
||||
if (Sucstatus) _servSendMsg.SuccessfulSubmitTicket(VerificationCode.val, VerificationCode.prm);
|
||||
|
||||
break;
|
||||
|
||||
case "CompanyRegistration":
|
||||
|
@@ -28,6 +28,10 @@
|
||||
// "اطلاعات کاربری:" + '\n' +
|
||||
// $"نام کاربری : {Username}" +
|
||||
// $"کلمه عبور : {Password}", to);
|
||||
}
|
||||
public void SuccessfulSubmitTicket(string To, string Code)
|
||||
{
|
||||
SendByPattern(new string[] { Code }, 258239, To);
|
||||
}
|
||||
//public void Authentication(string to,string code) => SendMsgByPatern(code, to, 0);
|
||||
//
|
||||
|
Reference in New Issue
Block a user