parent
d35f2ccf8c
commit
70c9b3345e
@ -0,0 +1,18 @@ |
||||
package com.gitee.sop.gatewaycommon.result; |
||||
|
||||
import com.alibaba.fastjson.JSONObject; |
||||
|
||||
import java.util.Map; |
||||
|
||||
/** |
||||
* 对结果进行追加 |
||||
* @author tanghc |
||||
*/ |
||||
public interface ResultAppender { |
||||
/** |
||||
* 追加最终结果 |
||||
* @param result 最终结果 |
||||
* @param params 请求参数 |
||||
*/ |
||||
void append(JSONObject result, Map<String, ?> params); |
||||
} |
Loading…
Reference in new issue