新增登陆接口

This commit is contained in:
wucongxing 2023-06-08 17:59:57 +08:00
parent 7f39c483db
commit 32489130d7

View File

@ -2,10 +2,6 @@ package responses
import "hospital-admin-api/config"
type Basic struct {
Login // 登陆
}
// Login 登陆
type Login struct {
UserId int64 `json:"user_id"` // 用户id