更新 QyWeChatURLServiceTest.java

master
wangsiyuan 2023-12-05 10:53:08 +08:00
parent cbcd62bdf3
commit 95d4ed47ee
1 changed files with 2 additions and 0 deletions

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(){