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

com.firefly.wechat.service.WechatAppService Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.wechat.service;

import com.firefly.wechat.model.app.SessionKeyRequest;
import com.firefly.wechat.model.app.SessionKeyResponse;

import java.util.concurrent.CompletableFuture;

/**
 * @author Pengtao Qiu
 */
public interface WechatAppService {

    CompletableFuture getSessionKey(SessionKeyRequest request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy