-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
账单下载相关接口有误 #3153
Milestone
Comments
FYI
|
获取异常退票账单,官方接口文档https://pay.weixin.qq.com/wiki/doc/apiv3_partner/apis/chapter7_8_4.shtml sdk内部实现:
PreOrderWithAuthResult 类与官方接口文档的响应参数完全不匹配: sdk PreOrderWithAuthResult:
|
欢迎直接提供修复代码并提交PR |
#3102 貌似已经修复了,麻烦下次可以先看看最新本代码 |
#3154 修复了第二个问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,尤其是常见问题部分。完成内容后,请务必移除包括本句在内的无用内容,以免影响阅读,否则直接关闭,谢谢合作~
另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
简要描述
请简单概括描述下你所遇到的问题。
申请资金账单下载链接报账单文件不存在,微信官方接口文档https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_2_7.shtml
模块版本情况
详细描述
尽量详细描述。请不要使用截图,尽量使用文字描述,代码直接贴上来,日志则请附在后面所示区域。
官方接口文档请求地址账单类型参数为account_type,sdk内部链接写成了bill_type,导致获取不到账单
日志
如果日志不多,直接使用md代码引用格式贴在此处,否则如果太长,请将日志放在 pastebin 或者其他地方,然后将其url地址贴在这里
The text was updated successfully, but these errors were encountered: