fix(basic.gblib): update ChatServices.ts #420
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export class GBAdminService implements IGBAdminService {
|
|||
|
||||
public static getMobileCode() {
|
||||
|
||||
return Math.trunc(Math.random() * 6);
|
||||
return this.getNumberIdentifier(6);
|
||||
}
|
||||
|
||||
public static getRndPassword(): string {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue