package alipayapi import ( "testing" ) func TestUserInfoShare(t *testing.T) { result, err := api.UserInfoShare("authusrBbe61f93632264c44b4e2f5da25267C98") t.Log(err) t.Log(result) }