-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Open
Description
如题
背景是v3请求返回的结果框架大部分都是通过
GSON.fromJson(result, XXXResult.class);
一旦官网返回有更新调整, XXXResult.class字段属性定义与接口就有差异, 能否XXXResult 保留返回的raw内容方便自主操作
诸如: https://pay.weixin.qq.com/doc/v3/merchant/4012460564
里的card_id 在 FavorStocksGetResult 就没有定义
Copilot
Metadata
Metadata
Assignees
Labels
No labels