Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c00e15

Browse filesBrowse files
committed
🎨 修复错误的json注解
1 parent 1bbadc3 commit 0c00e15
Copy full SHA for 0c00e15

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/kf/WxCpKfAccountListResp.java

Copy file name to clipboardExpand all lines: weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/kf/WxCpKfAccountListResp.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class WxCpKfAccountListResp extends WxCpBaseResp {
2626
/**
2727
* 帐号信息列表
2828
*/
29-
@JsonProperty("account_list")
29+
@SerializedName("account_list")
3030
private List<AccountListDTO> accountList;
3131

3232
@NoArgsConstructor

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.