1550076451 2 years ago
parent
commit
3b157a77fa

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/Login/VerificationCodeController.cs

@@ -14,7 +14,7 @@ namespace CallCenterApi.Interface.Controllers.Login
14 14
 
15 15
         public HttpResponseBase CreateCheckCodeImage(string timestamp)
16 16
         {
17
-            string checkCode = VerficationCodeSrc(4);
17
+            string checkCode = VerficationCodeSrc(6);
18 18
 
19 19
             if (checkCode == null || checkCode.Trim() == String.Empty)
20 20
                 return null ;