REQ-2135: queryType

This commit is contained in:
yanglin 2024-04-10 15:09:40 +08:00
parent 9740b934de
commit 90bca19c93

View File

@ -136,7 +136,8 @@ public interface PendingMessageClient {
@PostMapping(value = "/pending-message/record/detail", produces = {MediaType.APPLICATION_JSON_VALUE})
CommonResponse<PendingMessageResponse> detail(@RequestParam("msgIdentityCode") String msgIdentityCode,
@RequestParam("terminalType") TerminalTypeEnum terminalType,
@RequestParam("queryType") TodoQueryType queryType);
@RequestParam(value = "queryType", required = false)
TodoQueryType queryType);
/**
* 根据bizCode查询待办详情