Ver código fonte

消息系统增加

master
zouhantao 1 dia atrás
pai
commit
aad6a1e633

+ 1
- 1
zhywpt-app-msgw/src/main/java/cn/com/taiji/msgw/api/MessageSharedController.java Ver arquivo

@@ -41,7 +41,7 @@ public class MessageSharedController {
}

@ApiOperation(value = "全部明细(包含主表)")
@PostMapping(value = "/view")
@PostMapping(value = "/viewAll")
public ApiResponse<MessageSendApplyViewAllResponseDto> viewAll(@RequestBody @Valid MessageSendApplyViewAllRequestDto request) throws ManagerException {
MessageSendApplyViewAllResponseDto response = messageWaitSendManager.viewAll(request);
return ApiResponse.of(response);

Carregando…
Cancelar
Salvar