|
@@ -30,7 +30,7 @@ type ResultCld struct {
|
|
Email string `from:"email" json:"email"`
|
|
Email string `from:"email" json:"email"`
|
|
Fixedphone string `from:"phone" json:"phone"`
|
|
Fixedphone string `from:"phone" json:"phone"`
|
|
Position string `from:"position" json:"position"`
|
|
Position string `from:"position" json:"position"`
|
|
- Sid int `from:"sid" json:"sid"`
|
|
|
|
|
|
+ Sid string `from:"sid" json:"sid"`
|
|
}
|
|
}
|
|
|
|
|
|
func (l StaffCld) ValidateLogin() error {
|
|
func (l StaffCld) ValidateLogin() error {
|