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

net.sinofool.wechat.miniapp.WeChatMiniAppSessionInfo Maven / Gradle / Ivy

The newest version!
package net.sinofool.wechat.miniapp;

public class WeChatMiniAppSessionInfo {
    private String openid;
    private String sessionKey;

    public String getOpenid() {

        return openid;
    }

    public void setOpenid(String openid) {
        this.openid = openid;
    }

    public String getSessionKey() {
        return sessionKey;
    }

    public void setSessionKey(String sessionKey) {
        this.sessionKey = sessionKey;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy