Skip to content

Commit f0cdb22

Browse files
committed
更新日志
1 parent 749aa98 commit f0cdb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cn/wildfirechat/app/ServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private int getUserStatus(String mobile) {
212212
@Override
213213
public RestResult sendLoginCode(String mobile) {
214214
String remoteIp = getIp();
215-
LOG.info("request send sms from {}", remoteIp);
215+
LOG.info("request send sms from {} {}", mobile, remoteIp);
216216

217217
//判断当前IP发送是否超频。
218218
//另外 cn.wildfirechat.app.shiro.AuthDataSource.Count 会对用户发送消息限频

0 commit comments

Comments
 (0)