This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
YG-GROUP
/
youngee_b_api
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
817bd38518
Ramas
Etiquetas
XxY
develop
develop-ljl
develop-zhou
ljl
master
yk_V3.0
youngee_b_api
/
model
/
redis_model
/
auth.go
auth.go
115 B
Histórico
Raw
1
2
3
4
5
6
package redis_model
// redis 存放的企业用户信息Session
type Auth struct {
Phone string `json:"phone"`
}