-
Notifications
You must be signed in to change notification settings - Fork 149
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
退款的状态解析错误 #160
Comments
应该是 refund_status 吧 这个问题什么时候给更新啊 |
没人管吗?大家遇到这个问题是怎么解决的呢? |
@zhangllee 很奇怪的是,退款接口返回的里面是status,推送通知过来的又是refund_status,而且通知里推过来的channel是空的,导致解析报错了,服了 |
你们怎么处理的?手撸一份? |
通知里推过来的channel是空的,导致解析报错了 这个有人处理吗? |
反正我是通过 '''
''' |
直到今天,这个问题依旧,是go用户量太小懒得理?这个问题很难解决吗?改个字段名就行了的,愣是不修复,搞到测试半天,测试又麻烦! |
这个BUG 但凡你提交个commit,也不至于留到现在 |
/services/refunddomestic/models.go
第880行: Status *Status
json:"status"
解析失败,无法获取退款状态
json字段应该是
json:"json_status"
The text was updated successfully, but these errors were encountered: