From c8665e4368f2e81a54a8117adf8aa77c05add0b1 Mon Sep 17 00:00:00 2001
From: wuxw7 <wuxw7@asiainfo.com>
Date: 星期日, 25 十一月 2018 21:21:29 +0800
Subject: [PATCH] 用户注册返回报文处理

---
 java110-core/src/main/java/com/java110/core/context/DataFlowContext.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java b/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
index 8aa400f..2aaf91d 100644
--- a/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
+++ b/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
@@ -101,5 +101,5 @@
 
     public void setResponseEntity(ResponseEntity responseEntity);
 
-
+    public ResponseEntity getResponseEntity();
 }

--
Gitblit v1.8.0