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

cn.afterturn.easypoi.wps.service.IEasyPoiWpsService Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package cn.afterturn.easypoi.wps.service;

/**
 * wps 基础服务接口
 */
public interface IEasyPoiWpsService {

    /**
     * APP秘钥
     *
     * @return
     */
    String getAppSecret();

    /**
     * 获取WPS配置的AppId
     *
     * @return
     */
    String getAppId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy