Class DingTalkConfig
- java.lang.Object
-
- org.dromara.oa.core.provider.config.OaBaseConfig
-
- org.dromara.oa.core.dingTalk.config.DingTalkConfig
-
- All Implemented Interfaces:
OaSupplierConfig
public class DingTalkConfig extends OaBaseConfig
- Author:
- dongfeng 2023-10-19 13:38
-
-
Field Summary
Fields Modifier and Type Field Description private String
requestUrl
-
Constructor Summary
Constructors Constructor Description DingTalkConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSupplier()
获取供应商-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dromara.oa.comm.config.OaSupplierConfig
getConfigId, getIsEnable
-
-
-
-
Field Detail
-
requestUrl
private final String requestUrl
-
-
Method Detail
-
getSupplier
public String getSupplier()
Description copied from interface:OaSupplierConfig
获取供应商
-
-