|
|
@@ -0,0 +1,18 @@
|
|
|
+package com.xjrsoft.xjrsoftboot;
|
|
|
+
|
|
|
+import com.xjrsoft.common.utils.WeChatUtil;
|
|
|
+import org.junit.jupiter.api.Test;
|
|
|
+
|
|
|
+/**
|
|
|
+ * @author dzx
|
|
|
+ * @date 2025/5/26
|
|
|
+ */
|
|
|
+public class WechatMessageTest {
|
|
|
+
|
|
|
+ private final
|
|
|
+
|
|
|
+ @Test
|
|
|
+ void test(){
|
|
|
+ WeChatUtil weChatUtil = new WeChatUtil();
|
|
|
+ }
|
|
|
+}
|