1
0
mirror of synced 2025-12-22 00:48:00 +08:00

🎨 【企业微信】配置类增加会话存档路径设置

This commit is contained in:
Wong
2022-04-02 13:22:46 +00:00
committed by binarywang
parent a6b0b9c191
commit 829df8804b
3 changed files with 18 additions and 1 deletions

View File

@@ -285,6 +285,15 @@ public class WxCpDefaultConfigImpl implements WxCpConfigStorage, Serializable {
this.agentId = agentId;
}
/**
* 设置企微会话存档路径.
*
* @param msgAuditLibPath 会话存档具体路径
*/
public void setMsgAuditLibPath(String msgAuditLibPath) {
this.msgAuditLibPath = msgAuditLibPath;
}
@Override
public String getOauth2redirectUri() {
return this.oauth2redirectUri;