REQ-2135: queryType
This commit is contained in:
parent
9740b934de
commit
90bca19c93
@ -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查询待办详情
|
||||
|
||||
Loading…
Reference in New Issue
Block a user