fzlee/alipay

添加支持 alipay.fund.account.query(支付宝资金账户资产查询接口)

lch277 opened this issue · 2 comments

Describe the problem
正在开发转账到支付宝帐号的功能,需要调用账户资产查询接口确认余额,sdk没找到该接口的调用方式

Environment
OS version:
Python version:
Alipay version: 3.0.4

To reproduce
Code snippets:

alipay = Alipay(...)
alipay.do_something

**Expected behavior **
A clear and concise description of what you expected to happen.

fzlee commented

你可以试试新版的 client_api

搞定了,谢谢