1.修改发送AI信息token没有正确的问题

This commit is contained in:
2025-08-22 15:00:49 +08:00
parent fc6ed00a3e
commit e221e66dfb
2 changed files with 17 additions and 11 deletions

View File

@@ -209,7 +209,7 @@ public class TokenService
* @param request
* @return token
*/
private String getToken(HttpServletRequest request)
public String getToken(HttpServletRequest request)
{
String token = request.getHeader(header);
if (StringUtils.isNotEmpty(token) && token.startsWith(Constants.TOKEN_PREFIX))