@@ -0,0 +1,9 @@
+package cn.reghao.oss.api.iface;
+
+/**
+ * @author reghao
+ * @date 2024-07-07 16:55:29
+ */
+public interface FileService {
+ String getAccountAvatar(long userId);
+}