Add generate random phone num util
This commit is contained in:
@@ -1560,4 +1560,10 @@ function updateConnectionLogOnClientInfoReceive(client, clientVersion, screenWid
|
||||
}
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function generateRandomPhoneNumber() {
|
||||
return getRandom(100000,999999);
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user