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
如题
背景是v3请求返回的结果框架大部分都是通过
GSON.fromJson(result, XXXResult.class);
一旦官网返回有更新调整, XXXResult.class字段属性定义与接口就有差异, 能否XXXResult 保留返回的raw内容方便自主操作
诸如: https://pay.weixin.qq.com/doc/v3/merchant/4012460564 里的card_id 在 FavorStocksGetResult 就没有定义
The text was updated successfully, but these errors were encountered:
你可以自行调用对应的post方法进行自主操作,或者直接提交PR代码补充完善相应代码
Sorry, something went wrong.
No branches or pull requests
如题
背景是v3请求返回的结果框架大部分都是通过
一旦官网返回有更新调整, XXXResult.class字段属性定义与接口就有差异, 能否XXXResult 保留返回的raw内容方便自主操作
诸如: https://pay.weixin.qq.com/doc/v3/merchant/4012460564
里的card_id 在 FavorStocksGetResult 就没有定义
The text was updated successfully, but these errors were encountered: