Skip to content

Commit

Permalink
🐛 #3389 【小程序】修复获取帐号基本信息的结果中customerType等字段为null的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Molzx authored Oct 16, 2024
1 parent 2068854 commit 948cfbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class WxOpenGsonBuilder {
INSTANCE.registerTypeAdapter(WxOpenQueryAuthResult.class, new WxOpenQueryAuthResultGsonAdapter());
INSTANCE.registerTypeAdapter(WxOpenAuthorizerInfoResult.class, new WxOpenAuthorizerInfoResultGsonAdapter());
INSTANCE.registerTypeAdapter(WxOpenAuthorizerOptionResult.class, new WxOpenAuthorizerOptionResultGsonAdapter());
INSTANCE.registerTypeAdapter(WxFastMaAccountBasicInfoResult.class, new WxFastMaAccountBasicInfoGsonAdapter());
INSTANCE.registerTypeAdapter(WxOpenAuthorizerListResult.class, new WxOpenAuthorizerListResultGsonAdapter());
}

Expand Down

0 comments on commit 948cfbb

Please sign in to comment.