|
@@ -55,6 +55,6 @@ public interface MallFeignService {
|
|
|
|
|
|
|
|
|
// @ApiOperation("分页获取所有商品属性分类")
|
|
|
- @RequestMapping(value = "/open/returnApply", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/open/product/returnApply", method = RequestMethod.POST)
|
|
|
CommonResult<Boolean> returnApply(ReturnApplyDto returnApplyDto);
|
|
|
}
|