刘俊驰 1 year ago
parent
commit
b2766230a0

+ 1 - 1
mec-client-api/src/main/java/com/ym/mec/mall/MallFeignService.java

@@ -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);
 }