We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在文档里看到的是异步通知和冲退通知不是一个接口,但在代码里的 Notification 类型里却看到了冲退状态的相关字段:DBackStatus string json:"dback_status" // 银行卡冲退状态
json:"dback_status"
我又去异步通知的文档里确认了下,并没有哪个接口同时提供这些字段,所以想请问下,是将这两个接口合并了吗?若是合并了,那msg_method 这个字段为什么没有找到?请告知,感谢!
参考资料: 异步通知说明 https://opendocs.alipay.com/open/203/105286 收单退款冲退完成通知 https://opendocs.alipay.com/open/a5181a0b_alipay.trade.refund.depositback.completed
The text was updated successfully, but these errors were encountered:
这两个通知不是同一个,alipay.trade.refund.depositback.completed 这个以前没有接触过。
Sorry, something went wrong.
No branches or pull requests
我在文档里看到的是异步通知和冲退通知不是一个接口,但在代码里的 Notification 类型里却看到了冲退状态的相关字段:DBackStatus string
json:"dback_status"
// 银行卡冲退状态我又去异步通知的文档里确认了下,并没有哪个接口同时提供这些字段,所以想请问下,是将这两个接口合并了吗?若是合并了,那msg_method 这个字段为什么没有找到?请告知,感谢!
参考资料:
异步通知说明
https://opendocs.alipay.com/open/203/105286
收单退款冲退完成通知
https://opendocs.alipay.com/open/a5181a0b_alipay.trade.refund.depositback.completed
The text was updated successfully, but these errors were encountered: