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