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