From 6e439e8cc4f3832b9ed2e8a45920d02539e180ae Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 11 十一月 2022 12:19:54 +0800
Subject: [PATCH] 测试工商银行 支付 可能会编译失败
---
java110-core/src/main/java/com/java110/core/context/DataFlowContext.java | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 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
old mode 100644
new mode 100755
index 0013dad..445eb05
--- a/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
+++ b/java110-core/src/main/java/com/java110/core/context/DataFlowContext.java
@@ -1,5 +1,6 @@
package com.java110.core.context;
+import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.java110.entity.center.Business;
import com.java110.entity.center.DataFlowLinksCost;
@@ -23,6 +24,9 @@
//AppId
String getAppId();
+
+ //userId
+ String getUserId();
JSONObject getReqJson();
/**
@@ -105,4 +109,21 @@
public void setResponseEntity(ResponseEntity responseEntity);
public ResponseEntity getResponseEntity();
+
+ /**
+ * 鑾峰彇璋冪敤璁㈠崟鏈嶅姟涓氬姟
+ * @return
+ */
+ public JSONArray getServiceBusiness();
+
+ /**
+ * 璁剧疆璁㈠崟鏈嶅姟涓氬姟
+ * @param serviceBusiness
+ */
+ public void addServiceBusiness(JSONObject serviceBusiness);
+ /**
+ * 璁剧疆璁㈠崟鏈嶅姟涓氬姟
+ * @param serviceBusinesses
+ */
+ public void setServiceBusiness(JSONArray serviceBusinesses);
}
--
Gitblit v1.8.0