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

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

There is a newer version: 2023.0.4
Show newest version
package com.github.charlemaznable.varys.resp;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public final class WechatTpAuthTokenResp {

    private String error;
    private String appId;
    private String authorizerAppId;
    private String token;
    private String ticket;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy