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

cn.hnhtxx.sdk.pojo.query.GetTokenQuery Maven / Gradle / Ivy

The newest version!
package cn.hnhtxx.sdk.pojo.query;

import lombok.Data;

/**
 * 获取token接口-入参
 *
 * @author huangshuo
 * @date 2023-11-06 11:30
 */
@Data
public class GetTokenQuery {

    /**
     * 平台提供 AppID
     */
    private String client_id;

    /**
     * 平台提供 AppSecret
     */
    private String client_secret;

    /**
     * 授权类型
     */
    private String grant_type;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy