0508 20:58 补充上一个 验证码接口还没完善

This commit is contained in:
2023-05-08 20:58:37 +08:00
parent 54f219eef2
commit 765ee70641
11 changed files with 344 additions and 51 deletions

View File

@@ -9,9 +9,11 @@
#include <mysql++/ssqls.h>
#include "sql_table_struct.h"
sql_create_5(im_user,
1, 5, // 1 当主键 第三个参数是 SETCOUNT。如果这为非零值则添加一个初始化构造函数和一个成员函数该函数采用给定数量的参数用于设置结构的前 N 个字段。
sql_create_7(im_user,
1, 7, // 1 当主键 第三个参数是 SETCOUNT。如果这为非零值则添加一个初始化构造函数和一个成员函数该函数采用给定数量的参数用于设置结构的前 N 个字段。
mysqlpp::sql_bigint , account,
mysqlpp::sql_bigint , phone,
mysqlpp::sql_varchar, email,
mysqlpp::sql_varchar,username,
mysqlpp::sql_varchar,password,
mysqlpp::sql_varchar,password_salt,