JsonUtils rename method name

This commit is contained in:
MaxKey
2022-09-18 10:41:43 +08:00
parent 5617aa5c94
commit d22358bb98
29 changed files with 50 additions and 50 deletions

View File

@@ -90,7 +90,7 @@ public class TokenBasedDefaultAdapter extends AbstractAuthorizeAdapter {
beanMap.put("expires", expiresString);
token = JsonUtils.object2Json(beanMap);
token = JsonUtils.toString(beanMap);
_logger.debug("Token : {}",token);
return token;