添加openapi模块

This commit is contained in:
hanhh
2021-08-26 19:01:39 +08:00
parent 7739cef7b8
commit 1e58254f4c
12 changed files with 730 additions and 47 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export function createRandomString(min: number, max: number): string {
'Y',
'Z',
];
const special = ['-', '_', '#'];
const special = ['-', '_'];
const config = num.concat(english).concat(ENGLISH).concat(special);
const arr = [];