Skip to content

Commit 0c00e15

Browse files
committed
🎨 修复错误的json注解
1 parent 1bbadc3 commit 0c00e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines 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)