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

net.sinofool.wechat.mp.WeChatMPConfig Maven / Gradle / Ivy

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

public interface WeChatMPConfig {
    String getAppId();
    String getAppSecret();
    String getToken();
    String getAESKey();
    String getOriginID();
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy