Commit dae5de1a by fudahua

emojo表情错误以及加入刷新接口

parent 5c52b8ab
......@@ -778,6 +778,7 @@ public class StaffApiServiceImpl implements StaffApiService {
return null;
}
String userId = qywxUserApiService.getWxUserIdByPhonenumber(enterpriseDTO.getCorpid(), application.getSiteId(), phoneNumber);
logger.info("获取userId:{},{}", phoneNumber, userId);
if (userId == null) {
return null;
}
......
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