From 65aaf1c05bd06cefa82ebc40cc3e01cf4ac233c0 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 27 七月 2024 13:52:08 +0800
Subject: [PATCH] 代理新功能完善

---
 src/main/java/com/taoke/autopay/service/KeyOrderService.java |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/taoke/autopay/service/KeyOrderService.java b/src/main/java/com/taoke/autopay/service/KeyOrderService.java
index 50134e1..29c9793 100644
--- a/src/main/java/com/taoke/autopay/service/KeyOrderService.java
+++ b/src/main/java/com/taoke/autopay/service/KeyOrderService.java
@@ -1,9 +1,12 @@
 package com.taoke.autopay.service;
 
 import com.taoke.autopay.dao.KeyOrderMapper;
+import com.taoke.autopay.dto.DYOrderDto;
 import com.taoke.autopay.entity.KeyOrder;
 import com.taoke.autopay.exception.KeyOrderException;
+import com.taoke.autopay.exception.KeyVerifyException;
 import com.taoke.autopay.exception.WxOrderCountException;
+import com.taoke.autopay.vo.SubmitKeyInfo;
 
 import java.util.Date;
 import java.util.List;
@@ -32,7 +35,7 @@
      * @date 19:19 2024/6/14
      * @param: key
      **/
-    public KeyOrder addKeyOrder(String key, Long uid,String day) throws KeyOrderException, WxOrderCountException;
+    public KeyOrder addKeyOrder(SubmitKeyInfo keyInfo, Long uid, String day) throws KeyOrderException, WxOrderCountException;
 
     /**
      * @return void
@@ -97,4 +100,26 @@
      **/
     public void deleteAll(Date maxCreateTime);
 
+
+    /**
+     * @author hxh 
+     * @description 楠岃瘉鍙d护
+     * @date 20:38 2024/7/23
+     * @param: id
+     * @param: orderNoDesc
+     * @param: orderStatus
+     * @param: money
+     * @return void
+     **/
+    public DYOrderDto verifyKey(String orderNoDesc, String orderStatus, String money) throws KeyVerifyException;
+
+    /**
+     * @author hxh 
+     * @description 绉婚櫎鍒嗛厤鐨勮澶�
+     * @date 21:46 2024/7/26
+     * @param: id
+     * @return void
+     **/
+    public void removeDistributedClient(String id);
+
 }

--
Gitblit v1.8.0