2 Star 0 Fork 2

诸云科技/alipay

forked from 颜奕鑫/alipay 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bill.go 974 Bytes
一键复制 编辑 原始数据 按行查看 历史
package alipay
// BillDownloadURLQuery 查询对账单下载地址接口 https://docs.open.alipay.com/api_15/alipay.data.dataservice.bill.downloadurl.query
func (this *Client) BillDownloadURLQuery(param BillDownloadURLQuery) (result *BillDownloadURLQueryRsp, err error) {
err = this.doRequest("POST", param, &result)
return result, err
}
// BillBalanceQuery 支付宝商家账户当前余额查询接口 https://opendocs.alipay.com/apis/api_15/alipay.data.bill.balance.query
func (this *Client) BillBalanceQuery(param BillBalanceQuery) (result *BillBalanceQueryRsp, err error) {
err = this.doRequest("POST", param, &result)
return result, err
}
// BillAccountLogQuery 查询账户账务明细接口请求参数 https://opendocs.alipay.com/apis/api_15/alipay.data.bill.accountlog.query
func (this *Client) BillAccountLogQuery(param BillAccountLogQuery) (result *BillAccountLogQueryResp, err error) {
err = this.doRequest("POST", param, &result)
return result, err
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhuyunkj/alipay.git
git@gitee.com:zhuyunkj/alipay.git
zhuyunkj
alipay
alipay
v3.3.10

搜索帮助

0d507c66 1850385 C8b1a773 1850385