This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
YG-GROUP
/
youngee_b_api
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
7e57b3f1e1
Atzari
Tagi
XxY
develop
develop-ljl
develop-zhou
ljl
master
yk_V3.0
youngee_b_api
/
model
/
redis_model
/
auth.go
auth.go
115 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
package redis_model
// redis 存放的企业用户信息Session
type Auth struct {
Phone string `json:"phone"`
}