更新 QyWeChatURLServiceTest.java
parent
cbcd62bdf3
commit
95d4ed47ee
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue