1
0
mirror of synced 2025-12-14 19:23:48 +08:00

🎨 修复错误的json注解

This commit is contained in:
Binary Wang
2022-02-08 18:53:23 +08:00
parent 1bbadc37cb
commit 0c00e15c8f

View File

@@ -26,7 +26,7 @@ public class WxCpKfAccountListResp extends WxCpBaseResp {
/**
* 帐号信息列表
*/
@JsonProperty("account_list")
@SerializedName("account_list")
private List<AccountListDTO> accountList;
@NoArgsConstructor