Commit 9d3261d1 by songyinghui

feature: 好办业务熟悉

parent d76f867d
......@@ -440,6 +440,10 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
return ;
}
try {
/**
* @see com.gic.haoban.manage.api.service.HaobanCommonMQApiService#welcomeMQ
*
*/
instance.sendMessage("qywxWelcomeSendMQ", JSONObject.toJSONString(dto));
} catch (Exception e) {
log.info("异步处理异常:{}", e);
......@@ -953,8 +957,10 @@ public class MemberUnionidRelatedApiServiceImpl implements MemberUnionidRelatedA
}
if (SELF_APP.equals(suiteid)) {
// 待开发应用
externalUserDTO = this.getCorpSelfExternalUseridInfo(wxEnterpriseId, wxUserId, externalUserid);
} else {
// 第三方应用 好办小程序
externalUserDTO = this.getExternalUseridInfo(wxEnterpriseId, wxUserId, externalUserid);
}
checkQywxSettingApiService.saveFriendCallback(wxEnterpriseId, externalUserDTO, dto);
......
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