From 75b742855cba8106732b561a015a87bd711963ed Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: Thu, 23 Jan 2025 17:02:16 +0800
Subject: [PATCH] 煤矿缴费个人缴费
---
exam-system/src/main/java/com/gkhy/exam/pay/utils/PayUtils.java | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/exam-system/src/main/java/com/gkhy/exam/pay/utils/PayUtils.java b/exam-system/src/main/java/com/gkhy/exam/pay/utils/PayUtils.java
index 0c23d46..36580a6 100644
--- a/exam-system/src/main/java/com/gkhy/exam/pay/utils/PayUtils.java
+++ b/exam-system/src/main/java/com/gkhy/exam/pay/utils/PayUtils.java
@@ -65,11 +65,6 @@
public ResultVo sendApiPost(PayReqData payReqData) throws IOException {
- //正式
- String proUrl = "http://finpt.xjcz.gov.cn/fs-service/fs-pay/invoice.do";
- //测试
- String testUrl = "http://finpt.xjcz.gov.cn/fs-service-test/fs-pay/invoice.do";
-
Map<String, String> param = new HashMap<>();
HttpPost httpPost = new HttpPost(orderUrl);
@@ -282,9 +277,6 @@
//缴费结果查询
public JSONObject query(String orderNo) throws IOException {
- String proUrl = "http://finpt.xjcz.gov.cn/fs-service/fs-pay/query.do";
- String testUrl = "http://finpt.xjcz.gov.cn/fs-service-test/fs-pay/query.do";
-
HashMap<String, String> param = new HashMap<>();
JSONObject jsonObject = new JSONObject();
--
Gitblit v1.9.2