Skip to content

Commit 1ec2bc5

Browse files
binarywangCopilot
andauthored
Update weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/WxCpTpTemplateList.java
Co-authored-by: Copilot <[email protected]>
1 parent 44ab3d7 commit 1ec2bc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/WxCpTpTemplateList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public static WxCpTpTemplateList fromJson(String json) {
3232
return WxCpGsonBuilder.create().fromJson(json, WxCpTpTemplateList.class);
3333
}
3434

35+
@Override
3536
public String toJson() {
3637
return WxCpGsonBuilder.create().toJson(this);
3738
}

0 commit comments

Comments
 (0)