Skip to content

Commit

Permalink
Merge pull request #12 from gggmwei/main
Browse files Browse the repository at this point in the history
增加缺失字段
  • Loading branch information
harmonyzhang authored May 31, 2023
2 parents 187204d + f135877 commit ae2f45c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@
@JsonInclude(JsonInclude.Include.NON_NULL)
public class MessageTemplateIDResponse {
@JsonProperty("template_id") String id;

@JsonProperty("status") String status;
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class Template{
@JsonProperty("updated_time")
Date updatedTime;

@JsonProperty("reason") String reason;



Expand Down

0 comments on commit ae2f45c

Please sign in to comment.