aa
This commit is contained in:
11
platformapi/qywxapi/cgibin_test.go
Normal file
11
platformapi/qywxapi/cgibin_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package qywxapi
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestGetProviderToken(t *testing.T) {
|
||||
result, err := api.GetProviderToken()
|
||||
if err != nil {
|
||||
t.Fatal(err.Error())
|
||||
}
|
||||
sugarLogger.Debug(result)
|
||||
}
|
||||
Reference in New Issue
Block a user