From 7c811247ecf143e08c576986a884bedadc57dd66 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期五, 05 六月 2020 18:29:41 +0800
Subject: [PATCH] add refresh token to resp

---
 service/SdkDownLoad_test.go |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/service/SdkDownLoad_test.go b/service/SdkDownLoad_test.go
index 6d43c33..bb857fa 100644
--- a/service/SdkDownLoad_test.go
+++ b/service/SdkDownLoad_test.go
@@ -1 +1,11 @@
 package service
+
+import (
+	"fmt"
+	"testing"
+)
+
+func TestGetSdkList(t *testing.T) {
+	list := GetSdkList("")
+	fmt.Println("sdks:", list)
+}

--
Gitblit v1.8.0