正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -96,7 +96,7 @@ func (service UsersService) UserLoginBySecretKey(cmd command.LoginBySecretKeyCom | @@ -96,7 +96,7 @@ func (service UsersService) UserLoginBySecretKey(cmd command.LoginBySecretKeyCom | ||
96 | return nil, lib.ThrowError(lib.BUSINESS_ERROR, "用户被禁用") | 96 | return nil, lib.ThrowError(lib.BUSINESS_ERROR, "用户被禁用") |
97 | } | 97 | } |
98 | err = transactionContext.CommitTransaction() | 98 | err = transactionContext.CommitTransaction() |
99 | - newJwt := lib.NewMyToken(usersData.Id, usersData.Id) | 99 | + newJwt := lib.NewMyToken(usersData.Id, companyData.Id) |
100 | newToken, err := newJwt.CreateJWTToken() | 100 | newToken, err := newJwt.CreateJWTToken() |
101 | //生成token | 101 | //生成token |
102 | returnData := map[string]interface{}{ | 102 | returnData := map[string]interface{}{ |
-
请 注册 或 登录 后发表评论