createOTP 반환형 버그
This commit is contained in:
@@ -104,7 +104,7 @@ function createOTPbyUserNO(int $userNo):bool{
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function createOTP(string $accessToken):array{
|
function createOTP(string $accessToken):?array{
|
||||||
$restAPI = new Kakao_REST_API_Helper($accessToken);
|
$restAPI = new Kakao_REST_API_Helper($accessToken);
|
||||||
|
|
||||||
$OTPValue = Util::randRangeInt(10000, 99999);
|
$OTPValue = Util::randRangeInt(10000, 99999);
|
||||||
|
|||||||
Reference in New Issue
Block a user