Browse Source

wip:日志

wangshan 5 tháng trước cách đây
mục cha
commit
b62cc0c595
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/jfw/modules/app/src/app/front/login.go

+ 1 - 1
src/jfw/modules/app/src/app/front/login.go

@@ -1013,7 +1013,7 @@ func (l *Login) WxLogin() {
 // ForgetPwd 修改登录密码
 func (l *Login) ForgetPwd() error {
 	defer qutil.Catch()
-	log.Println(l.Method(), "----forgetPwdStep-----", l.GetSession("forgetPwdStep"), "---step--", l.GetString("step"))
+	log.Println(l.Method(), "--手机号:", l.GetSession("forgetPwdPhone"), "----forgetPwdStep-----", l.GetSession("forgetPwdStep"), "---step--", l.GetString("step"))
 	if l.Method() == "GET" {
 		if l.GetString("step") == "2" {
 			if l.GetSession("forgetPwdStep") == "2" {