From 5dc40fcd64b0513150f1d8335ab849e6d8cdc28e Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 04 七月 2025 19:42:49 +0800
Subject: [PATCH] 支付版本更新 根据资金流向使用V2或V3服务商版本支付

---
 cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java
index 86c17e6..5757044 100644
--- a/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java
+++ b/cloud-server-other/src/main/java/com/dsh/other/service/ISiteService.java
@@ -18,6 +18,7 @@
 
     /**
      * 获取场地列表
+     *
      * @param querySiteList
      * @return
      * @throws Exception
@@ -27,6 +28,7 @@
 
     /**
      * 获取场地详情
+     *
      * @param id
      * @return
      * @throws Exception
@@ -36,16 +38,18 @@
 
     /**
      * 获取场地预约日期数据
+     *
      * @param id
      * @param day
      * @return
      * @throws Exception
      */
-    List<QuerySiteTimes> querySiteTimes(Integer id, String day,String halfName,String siteName) throws Exception;
+    List<QuerySiteTimes> querySiteTimes(Integer id, String day, String halfName, String siteName) throws Exception;
 
 
     /**
      * 预约场地
+     *
      * @param reservationSite
      * @return
      * @throws Exception
@@ -55,6 +59,7 @@
 
     /**
      * 获取我的预约场地列表
+     *
      * @param status
      * @param pageNo
      * @param pageSize
@@ -66,6 +71,7 @@
 
     /**
      * 取消我的预约场地
+     *
      * @param id
      * @return
      * @throws Exception
@@ -75,6 +81,7 @@
 
     /**
      * 继续支付我预约的场地
+     *
      * @param id
      * @param payType
      * @return
@@ -85,6 +92,7 @@
 
     /**
      * 获取继续支付金额
+     *
      * @param id
      * @return
      * @throws Exception
@@ -93,4 +101,8 @@
 
     Object changeState(SiteChangeStateVO vo);
 
+    String getSMIDByOperatorId(Integer id);
+    String getmerchantNumberByOperatorId(Integer id);
+
+    String getmerchantNumberAliByOperatorId(Integer id);
 }

--
Gitblit v1.7.1