wuxw
2019-03-30 149c1bc2d195eb79b84f2e69c83413f27bce4b99
java110-core/src/main/java/com/java110/core/context/IPageData.java
@@ -21,9 +21,13 @@
    public void setToken(String token);
    public String getSessionId();
    public String getReqData();
    public String getResponseTime();
    public String getRequestTime();
    public ResponseEntity getResponseEntity();
@@ -31,6 +35,7 @@
    public void setResponseEntity(ResponseEntity responseEntity);
    public IPageData builder(String userId,String token,String reqData,String componentCode,String componentMethod,String url) throws IllegalArgumentException;
    public IPageData builder(String userId,String token,String reqData,String componentCode,String componentMethod,String url,String sessionId)
            throws IllegalArgumentException;
}