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