Commit c39600d3 by 徐高华

自建

parent 932e1b9e
package com.gic.haoban.manage.service.util;
import com.gic.haoban.manage.api.dto.WxEnterpriseQwDTO;
public class QwUtils {
public static String getSecret(WxEnterpriseQwDTO qwDTO, String suiteId) {
String secret = suiteId;
if (qwDTO.isSelf()) {
secret = qwDTO.getSelfSecret();
}
return secret;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment