饿百爆品也查不了了
This commit is contained in:
13
platformapi/mtwmapi/im_test.go
Normal file
13
platformapi/mtwmapi/im_test.go
Normal 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))
|
||||
}
|
||||
Reference in New Issue
Block a user