营销:

1. 售后订单,增加对 afterSaleId 的更新
This commit is contained in:
YunaiV
2023-08-17 22:32:30 +08:00
parent d3c02f2a57
commit 5dd6e5bee8
10 changed files with 74 additions and 42 deletions

View File

@@ -30,7 +30,7 @@ public class AppDecorateController {
@Resource
private DecorateComponentService decorateComponentService;
@GetMapping("/get-component-list")
@GetMapping("/list")
@Operation(summary = "获取指定页面的组件列表")
@Parameter(name = "page", description = "页面编号", required = true)
public CommonResult<List<AppDecorateComponentRespVO>> getDecorateComponentListByPage(