| | |
| | | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.gkhy.safePlatform.account.rpc.apimodel.UserAccountService; |
| | | import com.gkhy.safePlatform.account.rpc.apimodel.AccountAuthService; |
| | | import com.gkhy.safePlatform.account.rpc.apimodel.AccountAuthService; |
| | | import com.gkhy.safePlatform.commons.co.CacheAuthority; |
| | | import com.gkhy.safePlatform.commons.co.CacheUser; |
| | | import com.gkhy.safePlatform.commons.enums.RedisKeyEnum; |
| | |
| | | @Autowired |
| | | private TokenConfig tokenConfig; |
| | | @DubboReference(check = false) |
| | | private UserAccountService userAccountService; |
| | | private AccountAuthService userAccountService; |
| | | |
| | | |
| | | |