com.aiwiown.face.ApiClient Maven / Gradle / Ivy
package com.aiwiown.face;
/**
* @ClassName : ApiClient
* @Description :
* @Author : dbin0123
* @Date: 2020-03-13 11:12
*/
public interface ApiClient {
/**
* @param
* @param request
* @return
* @throws ApiException
*/
T execute(ApiRequest request) throws ApiException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy