mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 代码模板添加开发者字段
This commit is contained in:
parent
36028b8d5b
commit
722c2cfe2b
@ -76,4 +76,10 @@ public class WxOpenMaCodeTemplate implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@SerializedName(value = "reason")
|
@SerializedName(value = "reason")
|
||||||
private String reason;
|
private String reason;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 开发者
|
||||||
|
*/
|
||||||
|
@SerializedName(value = "developer")
|
||||||
|
private String developer;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user