更新 QyWeChatURLServiceTest.java

This commit is contained in:
2023-12-05 10:53:08 +08:00
parent cbcd62bdf3
commit 95d4ed47ee

View File

@@ -2,10 +2,12 @@ package com.kimgo.wepush;
import com.kimgo.wepush.service.QyWeChatURLService;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
public class QyWeChatURLServiceTest {
@Autowired
private QyWeChatURLService qyWeChatURLService;
@Test
public void testUpdateAccessToken(){