Prechádzať zdrojové kódy

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

xiewenjie 3 rokov pred
rodič
commit
fa49ed8f3e

+ 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) {