新增接口:图片分割

This commit is contained in:
2025-04-14 13:26:56 +08:00
parent cbc760ebaf
commit 7f05bb2f7d
8 changed files with 1158 additions and 955 deletions

View File

@@ -490,6 +490,7 @@ public class RedisUtil {
return maxLikeCount != null ? Integer.parseInt(maxLikeCount) : 0;
}
public final static String IMAGE_SEGMENTATION = "ImageSegmentation:";
public final static String STRIPE_EXCEPTION_LOG = "StripeException:";