新增登录接口定义.
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user