All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.charlemaznable.varys.resp.WechatJsConfigResp Maven / Gradle / Ivy

package com.github.charlemaznable.varys.resp;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public final class WechatJsConfigResp {

    private String appId;
    private String nonceStr;
    private long timestamp;
    private String signature;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy