From af0be3243ab0d75e38ae8213de461c4a584652f7 Mon Sep 17 00:00:00 2001
From: Administrator <1101184511@qq.com>
Date: 星期三, 05 三月 2025 01:10:18 +0800
Subject: [PATCH] 代理订单忽略

---
 src/test/java/com/taoke/autopay/ClientTest.java |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/test/java/com/taoke/autopay/ClientTest.java b/src/test/java/com/taoke/autopay/ClientTest.java
index 1ccca1f..f54a922 100644
--- a/src/test/java/com/taoke/autopay/ClientTest.java
+++ b/src/test/java/com/taoke/autopay/ClientTest.java
@@ -8,6 +8,7 @@
 import com.taoke.autopay.service.KeyOrderService;
 import org.junit.jupiter.api.Test;
 import org.springframework.boot.test.context.SpringBootTest;
+import org.springframework.util.AntPathMatcher;
 
 import javax.annotation.Resource;
 import java.util.*;
@@ -74,4 +75,9 @@
         getTargetClientId();
 
     }
+
+    public static void main(String[] args){
+        AntPathMatcher pathMatcher = new AntPathMatcher();
+      System.out.println(  pathMatcher.match("鍥涘窛/骞垮厓", "鍥涘窛/骞垮厓"));
+    }
 }

--
Gitblit v1.8.0