jiazx0107@163.com
2024-01-12 efec12bd4827ddefd9b19ccc0eee3ca1c62908f3
src/main/java/com/fzzy/gateway/entity/GatewayConf.java
@@ -72,13 +72,17 @@
    @Column(name = "publicKey", length = 200)
    private String publicKey;
    @PropertyDef(label = "省平台加密私钥")
    @Column(name = "privateKey", length = 200)
    private String privateKey;
    @PropertyDef(label = "省平台鉴权口令")
    @Column(name = "accessToken", length = 200)
    private String accessToken;
    @PropertyDef(label = "省平台接口地址")
    @Column(name = "apiUrl", length = 200)
    private String apiUrl;
    @PropertyDef(label = "appId")
    @Column(name = "appId", length = 50)
    private String appId;
    @PropertyDef(label = "推送协议")
    @Column(name = "pushProtocol", length = 20)