romantic风格缺少下装fix
This commit is contained in:
@@ -3993,9 +3993,13 @@ public class PythonService {
|
|||||||
// throw new BusinessException("system.error");
|
// throw new BusinessException("system.error");
|
||||||
// }
|
// }
|
||||||
//**********************end***********************************
|
//**********************end***********************************
|
||||||
|
//临时补丁
|
||||||
if (category.split("_")[0].equals("male")&&style.toLowerCase().equals("lolita")){
|
if (category.split("_")[0].equals("male")&&style.toLowerCase().equals("lolita")){
|
||||||
style=null;
|
style=null;
|
||||||
}
|
}
|
||||||
|
if (category.split("_")[0].equals("male")&&style.toLowerCase().equalsIgnoreCase("romantic")){
|
||||||
|
style=null;
|
||||||
|
}
|
||||||
AuthPrincipalVo userHolder = UserContext.getUserHolder();
|
AuthPrincipalVo userHolder = UserContext.getUserHolder();
|
||||||
|
|
||||||
OkHttpClient client = new OkHttpClient().newBuilder()
|
OkHttpClient client = new OkHttpClient().newBuilder()
|
||||||
|
|||||||
Reference in New Issue
Block a user