fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit c3e6a3da7a - Show all commits

View file

@ -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 {