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