机器人返回图片路径修改
This commit is contained in:
@@ -323,9 +323,9 @@ public class ChatRobotServiceImpl implements ChatRobotService {
|
||||
String folder = minioPath.substring(0,minioPath.lastIndexOf("/"));
|
||||
if ("mens_test".equals(substring)){
|
||||
switch (folder){
|
||||
case "bottom":
|
||||
minioPath = minioPath.replace("bottom","bottoms");
|
||||
break;
|
||||
// case "bottom":
|
||||
// minioPath = minioPath.replace("bottom","bottoms");
|
||||
// break;
|
||||
case "top":
|
||||
minioPath = minioPath.replace("top","tops");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user