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

work.gaigeshen.tripartite.qyweixin.openapi.response.QyWeixinResponse Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package work.gaigeshen.tripartite.qyweixin.openapi.response;

import work.gaigeshen.tripartite.core.client.response.ClientResponse;

/**
 * 所有的钉钉新版接口客户端响应都需要继承此类
 *
 * @author gaigeshen
 */
public abstract class QyWeixinResponse implements ClientResponse {

    public Integer errcode;

    public String errmsg;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy