Explorar o código

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

xiewenjie %!s(int64=3) %!d(string=hai) anos
pai
achega
e6eb9b7bee

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

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