인증 코드 자리 수 하나 감소

This commit is contained in:
2018-09-25 10:45:21 +09:00
parent 3cfde2b40d
commit a391650472
+1 -1
View File
@@ -107,7 +107,7 @@ function createOTPbyUserNO(int $userNo):bool{
function createOTP(string $accessToken):?array{
$restAPI = new Kakao_REST_API_Helper($accessToken);
$OTPValue = Util::randRangeInt(10000, 99999);
$OTPValue = Util::randRangeInt(1000, 9999);
$OTPTrialUntil = TimeUtil::DatetimeFromNowSecond(180);
$sendResult = $restAPI->talk_to_me_default([