-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SystemOauthToken 接口报错 invalid certificate #192
Comments
client, err := alipay.New(appid,秘钥,true) |
|
咨询过支付宝技术服务中心 提供了 appid 帮我查了之后 说调用alipay.system.oauth.token是成功的 |
我也是,这个有问题 |
需要在调用前加载支付宝公钥 |
client.LoadAliPayPublicKey(aliPayKey) |
runtime error: invalid memory address or nil pointer dereference |
你的 aliPayKey 是哪里来的 |
哥们,你有用这个接口吗?是否有问题? |
已经解决了,是我自己的代码问题,导致没有初始化就用它了。 |
调用 PublicAppAuthorize 接口 接受回调 auth_code
The text was updated successfully, but these errors were encountered: