提交修改

This commit is contained in:
quyixiao 2025-11-03 13:08:47 +08:00
parent 6ab50c9841
commit 49aff4f811
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class OssFileUploadServiceImpl implements OssFileUploadService {
private String oss_buccket = "heyuimage";
private String oss_url = "http://heyuimage.ihzhy.com/";
private String oss_url = "https://heyuimage.ihzhy.com/";
static {

View File

@ -219,7 +219,7 @@ public class ZhenZhenLogAop {
if (method.getReturnType() == String.class) {
String str = (String) image;
if (str != null
&& str.startsWith("http://heyuimage.ihzhy.com")) {
&& str.startsWith("https://heyuimage.ihzhy.com")) {
String setMethodName = "set" + method.getName().substring(3);
Method setMethod = methodMap.get(setMethodName);
String newImage = image + "?key=xxxxxxx";