This commit is contained in:
邹宗楠
2022-11-01 16:35:55 +08:00
parent de2b8d85ba
commit f660fadb54
3 changed files with 30 additions and 7 deletions

View File

@@ -28,3 +28,7 @@ func TestCasbin(t *testing.T) {
t.Fatal(err)
}
}
func TestRefreshTiktokShopToken(t *testing.T) {
RefreshTiktokShopToken(nil)
}