parent
							
								
									efe46ff3e1
								
							
						
					
					
						commit
						f0c01dfd16
					
				| @ -0,0 +1,25 @@ | ||||
| package com.gitee.sop.gatewaycommon.gateway.result; | ||||
| 
 | ||||
| import com.alibaba.fastjson.JSONObject; | ||||
| import com.gitee.sop.gatewaycommon.param.ApiParam; | ||||
| import org.springframework.web.server.ServerWebExchange; | ||||
| 
 | ||||
| import java.util.Map; | ||||
| 
 | ||||
| /** | ||||
|  * 处理业务数据 | ||||
|  * @author thc | ||||
|  */ | ||||
| public interface BizContentHandler { | ||||
| 
 | ||||
|     /** | ||||
|     * 处理业务参数 | ||||
|      * @param serviceData 外层service数据 | ||||
|     * @param serviceObj 业务数据 | ||||
|     * @param apiParam apiParam | ||||
|     * @param request ServerWebExchange | ||||
|     * @author thc | ||||
|     * @date 2021/7/7 10:41 | ||||
|     */ | ||||
|     void handle(Map<String, Object> serviceData, JSONObject serviceObj, ApiParam apiParam, ServerWebExchange request); | ||||
| } | ||||
					Loading…
					
					
				
		Reference in new issue