7 Star 53 Fork 22

北京小程科技有限公司 / 支付宝

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
open_auth_token_app_url_test.go 339 Bytes
一键复制 编辑 原始数据 按行查看 历史
shallot 提交于 2020-11-02 13:35 . 拆分单个和批量授权URL。
package alipay
import (
"fmt"
"testing"
)
func TestGetOpenAuthTokenAppUrlSingle(t *testing.T) {
fmt.Println("----------第三方应用授权URL----------")
appId, redirectURI := "2016102200736537", "https://www.baidu.com"
url := GetOpenAuthTokenAppUrlSingle(false, appId, redirectURI)
fmt.Printf("返回值: %+v\n", url)
return
}
Go
1
https://gitee.com/xiaochengtech/alipay.git
git@gitee.com:xiaochengtech/alipay.git
xiaochengtech
alipay
支付宝
master

搜索帮助