|
@@ -567,6 +567,7 @@ func (l *Login) WxLogin() {
|
|
|
"l_a_registedate": now_unix,
|
|
|
"o_jy.i_wxpush": wxpush,
|
|
|
"o_jy.i_mailpush": mailpush,
|
|
|
+ "s_regsource": isAndroidOrIOS(l.Header("User-Agent")),
|
|
|
}
|
|
|
if (*user)["l_registedate"] == nil {
|
|
|
set["l_registedate"] = now_unix
|