+alipayapi

This commit is contained in:
gazebo
2020-01-08 18:05:08 +08:00
parent 94624d06ba
commit 3bf8e50858
6 changed files with 284 additions and 0 deletions

View 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)
}