微信登录流程优化

master
382696293@qq.com 2 years ago
parent 67da87e6d3
commit bf1a7bcdbe

@ -105,6 +105,8 @@ public class WxUserMemberServiceImpl implements IWxUserMemberService {
wxUserScriptLog.setIsCustom(0);
wxUserScriptLog.setTitile(wxScriptMessage.getMessageTitle());
wxUserScriptLog.setContent(wxScriptMessage.getMessageContent());
wxUserScriptLog.setCreateTime(DateUtils.getNowDate());
wxUserScriptLog.setCreateBy(null);
wxUserScriptLogMapper.insertWxUserScriptLog(wxUserScriptLog);
}
}

Loading…
Cancel
Save