@@ -65,7 +65,7 @@ public class RoomServiceImpl extends ServiceImpl<IRoomMapper, Room> implements I
FYunFileServiceInterface uploadToOssUtil;
@Autowired
IWxService wxService;
- @Value("${upload.query-path}")
+ @Value("${fyun.host}")
private String queryPath;
RedisUtil redisUtil;
@@ -18,7 +18,7 @@ public class UploadService {
@Resource
private FYunFileServiceInterface uploadToOssUtil;
public String uploadFile(MultipartFile file, boolean newName, String filePathAdd) {