+alipayapi
This commit is contained in:
11
platformapi/alipayapi/utils_test.go
Normal file
11
platformapi/alipayapi/utils_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package alipayapi
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestSystemAuthToken(t *testing.T) {
|
||||
result, err := api.SystemAuthToken(GrantTypeCode, "c91ed60bebae473b9507a08e0c86NE98", "")
|
||||
t.Log(err)
|
||||
t.Log(result)
|
||||
}
|
||||
Reference in New Issue
Block a user