当style为洛丽塔时无sketch和谷歌风控问题FIX

This commit is contained in:
litianxiang
2026-03-12 19:06:54 +08:00
parent a1f489f3a1
commit a5093311f9
2 changed files with 11 additions and 2 deletions

View File

@@ -3993,6 +3993,9 @@ public class PythonService {
// throw new BusinessException("system.error");
// }
//**********************end***********************************
if (category.split("_")[0].equals("male")&&style.toLowerCase().equals("lolita")){
style=null;
}
AuthPrincipalVo userHolder = UserContext.getUserHolder();
OkHttpClient client = new OkHttpClient().newBuilder()