Commit 4e333dbd by 徐高华

log

parent 68f11f7e
......@@ -78,7 +78,7 @@ public class WxEnterpriseServiceImpl implements WxEnterpriseService {
});
}
if(StringUtils.isBlank(qw.getMemberCorpid())) {
logger.info("会员小程序是自建");
logger.info("会员小程序未配置,自建应用");
qw.setMemberCorpid(wxEnterprise.getWxCorpid());
}
qw.setSelfCorpid(wxEnterprise.getWxCorpid());
......
......@@ -298,7 +298,7 @@ public class StaffApiServiceImpl implements StaffApiService {
return userId ;
}
List<QywxNewUseridDTO> list = qywxUserApiService.useridToOpenuserid(qwDTO.getThirdCorpid(), config.getWxSuiteid(), Collections.singletonList(userId));
logger.info("明文userId转密文={}",userId , JSON.toJSONString(list));
logger.info("明文userId转密文={},{}",userId , JSON.toJSONString(list));
if (CollectionUtils.isEmpty(list)) {
return "";
}
......
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