fix
无故事王国
2024-07-01 803e04b1ba7a513e8a04899c82b38f3c2fac131c
DolphinEnglishLearnStudent/Login/LoginVC.swift
@@ -84,6 +84,7 @@
                                    alert(msg: "请阅读并同意《隐私协议》《用户协议》");return
                        }
                        view.endEditing(true)
                        Services.login(phone: tf_phone.text!, code: tf_authCode.text!).subscribe(onNext: {result in
                                    if var token = result.data?.token{
                                                token.request_time = Int(Date().timeIntervalSince1970)