We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749aa98 commit f0cdb22Copy full SHA for f0cdb22
src/main/java/cn/wildfirechat/app/ServiceImpl.java
@@ -212,7 +212,7 @@ private int getUserStatus(String mobile) {
212
@Override
213
public RestResult sendLoginCode(String mobile) {
214
String remoteIp = getIp();
215
- LOG.info("request send sms from {}", remoteIp);
+ LOG.info("request send sms from {} {}", mobile, remoteIp);
216
217
//判断当前IP发送是否超频。
218
//另外 cn.wildfirechat.app.shiro.AuthDataSource.Count 会对用户发送消息限频
0 commit comments