设计阶段
This commit is contained in:
@@ -123,7 +123,7 @@ public class MiniDecorationController {
|
||||
}
|
||||
|
||||
@ApiOperation("加盟商确定设计方案")
|
||||
@GetMapping("/confirmDesign")
|
||||
@PostMapping("/confirmDesign")
|
||||
public ResponseResult<Boolean> confirmDesign(@RequestParam DecorationDesignRequest shopId){
|
||||
return ResponseResult.success(decorationService.confirmDesign(shopId,CurrentUserHolder.getUser()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user