forked from free-lancers/electricity_bill_calc_service
fix(login):修复用户登录。
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
type LoginResponse struct {
|
||||
BaseResponse
|
||||
NeedReset bool `json:"needReset"`
|
||||
Session *model.Session `json:"session,omitempty"`
|
||||
Session *model.Session `json:"session"`
|
||||
}
|
||||
|
||||
func (r *Result) LoginSuccess(session *model.Session) {
|
||||
|
Reference in New Issue
Block a user