createOTP 반환형 버그

This commit is contained in:
2018-09-10 01:49:11 +09:00
parent bff72f609c
commit aca7d7c571
+1 -1
View File
@@ -104,7 +104,7 @@ function createOTPbyUserNO(int $userNo):bool{
return true;
}
function createOTP(string $accessToken):array{
function createOTP(string $accessToken):?array{
$restAPI = new Kakao_REST_API_Helper($accessToken);
$OTPValue = Util::randRangeInt(10000, 99999);