Skip to content

Commit

Permalink
更新 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smartwalle committed Feb 27, 2020
1 parent 568755e commit 06466f4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,18 @@ client.LoadAliPayPublicKey("aliPublicKey")
* **支付宝个人代扣协议解约**

alipay.user.agreement.unsign - **AgreementUnsign()**

* **支单笔转账接口**

alipay.fund.trans.uni.transfer - **FundTransUniTransfer()**

* **转账业务单据查询接口**

alipay.fund.trans.common.query - **FundTransCommonQuery()**

* **支付宝资金账户资产查询接口**

alipay.fund.account.query - **FundAccountQuery()**


#### 通知
Expand Down
2 changes: 1 addition & 1 deletion fund.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (this *Client) FundTransUniTransfer(param FundTransUniTransfer) (result *Fu
return result, err
}

// FundTransCommonQuery 转账业务单据查询接口请求参数 https://docs.open.alipay.com/api_28/alipay.fund.trans.common.query/
// FundTransCommonQuery 转账业务单据查询接口 https://docs.open.alipay.com/api_28/alipay.fund.trans.common.query/
func (this *Client) FundTransCommonQuery(param FundTransCommonQuery) (result *FundTransCommonQueryRsp, err error) {
err = this.doRequest("POST", param, &result)
return result, err
Expand Down

0 comments on commit 06466f4

Please sign in to comment.