新增登录接口定义.

This commit is contained in:
aoshiguchen
2022-07-31 20:10:07 +08:00
parent 0368004736
commit cf961a133e
21 changed files with 529 additions and 19 deletions
@@ -0,0 +1,3 @@
#
insert into `user`(`id`, `name`,`login_name`,`login_password`,`create_time`, `update_time`) values
(1, '管理员', 'admin', '123456', datetime('now', 'localtime'), datetime('now', 'localtime'));