Преглед на файлове

增加自定义灯光,组件贴图查询

xiewenjie преди 3 години
родител
ревизия
fa49ed8f3e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      sxz-core/src/main/java/com/fdkk/sxz/webApi/controller/custom/CustomMaterialApiController.java

+ 1 - 1
sxz-core/src/main/java/com/fdkk/sxz/webApi/controller/custom/CustomMaterialApiController.java

@@ -31,7 +31,7 @@ public class CustomMaterialApiController extends BaseController {
 
 
     @ApiOperation("获取定制家具材质列表")
-    @RequestMapping(value = "/findAllCustomMaterialList", method = RequestMethod.POST)
+    @RequestMapping(value = "/findAllMaterialList", method = RequestMethod.POST)
     @NoAuthentication
     @AroundLog(name = "定制家具——获取定制家具材质列表")
     public Result findAllCustomMaterialList(RequestCustomMaterial params) {