package user
import (
"PersonalMain/api"
)
type ControllerV1 struct{}
func NewAuthV1() api.IAuthV1 {
return &ControllerV1{}
}
© 2023-2024 锋楪技术(深圳)有限公司 . All Rights Reserved. 版权所有