-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: 查询账单下载地址 billDownloadQuery 接口出错 #34
Comments
alipay/src/config/index.js 文件修改如下:ALIPAY_API_LIST: {
'alipay.trade.query': '订单查询',
'alipay.trade.refund': '交易退款',
'alipay.trade.cancel': '取消订单',
'alipay.trade.precreate': '预创建订单',
'alipay.trade.close': '关闭交易',
'alipay.trade.create': '创建交易',
'alipay.trade.order.settle': '交易结算',
'alipay.trade.fastpay.refund.query': '交易退款查询',
'alipay.trade.app.pay': '生成创建订单所需参数',
'alipay.fund.trans.toaccount.transfer': '单笔转账到支付宝账户接口',
'alipay.data.dataservice.bill.downloadurl.query': '查询账单下载地址接口', // <-- 需添加的代码
'async.notify': '异步通知' // 自定义
} |
@jerryhu 你提一个PR吧 |
jerryhu
added a commit
to jerryhu/alipay
that referenced
this issue
Jul 26, 2018
(BUG: 查询账单下载地址 billDownloadQuery 接口出错 Luncher#34)
版本发布了,你试一试:) |
@Luncher npm的版本号还是2.2.5, 能不能发布下新版本 |
发布了,你看一看 |
OK, 更新了版本2.2.6, billDownloadQuery 接口调用成功, bug已修复 |
👌 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
查询账单下载地址 billDownloadQuery 接口报错:
可能是 config.ALIPAY_API_LIST列表未添加 alipay.data.dataservice.bill.downloadurl.query 的原因
The text was updated successfully, but these errors were encountered: