chore: more code

This commit is contained in:
kailixu 2023-04-23 17:48:03 +08:00
parent 0256b44be8
commit ee1a4b665a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#define nDup 1 #define nDup 1
#define nRoot 10 #define nRoot 10
#define nUser 10 #define nUser 10
#define USER_LEN 30 #define USER_LEN 24
void Test(TAOS *taos, char *qstr); void Test(TAOS *taos, char *qstr);
void createUers(TAOS *taos, const char *host, char *qstr); void createUers(TAOS *taos, const char *host, char *qstr);