Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Feb 14, 2020
1 parent 1826a7b commit d74bd37
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 139 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ func main() {
* 统一收单交易退款查询:client.TradeFastPayRefundQuery()
* 统一收单交易结算接口:client.TradeOrderSettle()
* 统一收单线下交易预创建(用户扫商品收款码):client.TradePrecreate()
* 单笔转账到支付宝账户接口(商户给支付宝用户转账):client.FundTransToaccountTransfer()
* 单笔转账接口:client.FundTransUniTransfer()
* 转账业务单据查询接口:client.FundTransCommonQuery()
* 支付宝资金账户资产查询接口:client.FundAccountQuery()
* 换取授权访问令牌(获取access_token,user_id等信息):client.SystemOauthToken()
* 支付宝会员授权信息查询接口(App支付宝登录):client.UserInfoShare()
* 换取应用授权令牌(获取app_auth_token,auth_app_id,user_id等信息):client.OpenAuthTokenApp()
Expand Down Expand Up @@ -321,7 +323,9 @@ aliRsp, err := client.TradePageRefund(bm)
aliRsp, err := client.TradeFastPayRefundQuery(bm)
aliRsp, err := client.TradeOrderSettle(bm)
aliRsp, err := client.TradePrecreate(bm)
aliRsp, err := client.FundTransToaccountTransfer(bm)
aliRsp, err := client.FundTransUniTransfer(bm)
aliRsp, err := client.FundTransCommonQuery(bm)
aliRsp, err := client.FundAccountQuery(bm)
aliRsp, err := client.SystemOauthToken(bm)
aliRsp, err := client.OpenAuthTokenApp(bm)
aliRsp, err := client.ZhimaCreditScoreGet(bm)
Expand Down
Loading

0 comments on commit d74bd37

Please sign in to comment.