去除多余的null的key ,修正kafka的broker地址

This commit is contained in:
zhouxiunai
2018-12-10 10:06:13 +08:00
parent 4dc555e349
commit a0ad9c8d61
4 changed files with 31 additions and 3 deletions
@@ -1,5 +1,6 @@
package com.gzzn.omms.msgexchangeapi.dto;
import com.gzzn.omms.msgexchangeapi.enums.ResultCode;
/**
@@ -18,6 +19,7 @@ public class ResponseDto<T> {
private String err_msg;
private T body;
public ResponseDto() {}