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

com.dingtalk.open.app.api.message.EventHeaders Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.dingtalk.open.app.api.message;

/**
 * @author feiyin
 * @date 2023/4/7
 */
public class EventHeaders {

    public static final String ID = "eventId";

    public static final String TIME = "eventBornTime";

    public static final String CORP_ID = "eventCorpId";

    public static final String APP_ID = "eventUnifiedAppId";

    public static final String TYPE= "eventType";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy