饿百爆品也查不了了

This commit is contained in:
苏尹岚
2020-08-20 09:01:47 +08:00
parent 31cd76dc10
commit 7ea5caee39
4 changed files with 32 additions and 13 deletions

View File

@@ -0,0 +1,13 @@
package mtwmapi
import (
"testing"
)
func TestGetConnectionToken(t *testing.T) {
err := api.GetConnectionToken()
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}