lyhzzz 2 năm trước cách đây
mục cha
commit
62307bc570

+ 1 - 1
src/main/java/com/fdkankan/manage/httpClient/client/FdKKClient.java

@@ -15,6 +15,6 @@ import java.util.HashMap;
 public interface FdKKClient {
 
 
-    @Get("/api/scene/rebuildScene")
+    @Get("/api/scene/file/rebuildScene")
     JSONObject rebuildScene( @Query HashMap<String, Object> param);
 }