feat(REQ-4418) - 调整接口 API 地址
This commit is contained in:
parent
0f743afe99
commit
423189c71d
@ -46,7 +46,7 @@ public interface PrintAdminApi {
|
||||
* @return
|
||||
*/
|
||||
@Operation(summary = "打印模板配置内容更新保存")
|
||||
@PostMapping("/api/process/model/print/template/upsert")
|
||||
@PostMapping("/api/print/admin/template/upsert")
|
||||
@InvokeMode(SYNC)
|
||||
CommonResponse<Void> printTemplateConfig(@Validated @RequestBody PrintTemplateConfigUpsertDTO dto);
|
||||
|
||||
|
||||
@ -155,7 +155,7 @@ public class PrintAdminController implements PrintAdminApi {
|
||||
* @return
|
||||
*/
|
||||
@Operation(summary = "打印模板配置内容")
|
||||
@PostMapping("/print/template/upsert")
|
||||
@PostMapping("/template/upsert")
|
||||
@Override
|
||||
public CommonResponse<Void> printTemplateConfig(@Validated @RequestBody PrintTemplateConfigUpsertDTO dto) {
|
||||
log.info("操作打印模板配置内容: {}", JSON.toJSONString(dto));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user