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

com.dingtalk.spring.boot.property.DingTalkCorpAppProperties Maven / Gradle / Ivy

There is a newer version: 2.7.x.20240823.RELEASE
Show newest version
package com.dingtalk.spring.boot.property;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

/**
 *	 企业内部开发:小程序、H5配置
 * @author 		: wandl
 */
@Getter
@Setter
@ToString
public class DingTalkCorpAppProperties {

	/**
	 * 	企业内部开发:程序客户端ID
	 */
	private String agentId;
	/**
	 * 	企业内部开发:应用的唯一标识key
	 */
	private String appKey;
	/**
	 * 	企业内部开发:应用的密钥
	 */
	private String appSecret;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy