This commit is contained in:
邹宗楠
2025-11-10 09:51:45 +08:00
parent ab98ad1cd0
commit d2996db7cf
9 changed files with 221 additions and 13 deletions

View File

@@ -2,11 +2,10 @@ package mtwmapi
import (
"fmt"
"testing"
"git.rosy.net.cn/baseapi"
"git.rosy.net.cn/baseapi/utils"
"go.uber.org/zap"
"testing"
)
var (
@@ -82,7 +81,3 @@ func TestRefreshAccessToken(t *testing.T) {
fmt.Println(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}
func Test22(t *testing.T) {
}