@ -27,6 +27,8 @@ public class HXResponse extends JSONObject {
}
public HXResponse(String message) {
this.status = "9999";
this.message = message;
@ -829,7 +829,7 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService {
e.printStackTrace();
return new HXResponse("9999","系统异常!");
String data = dxhyInterfaceResponse.getData();
Object data = dxhyInterfaceResponse.getData();
String code = dxhyInterfaceResponse.getCode();
return new HXResponse(code,data);