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