Commit 1d7e04c2 authored by pete谢兆麟's avatar pete谢兆麟

添加登录异常状态日志

parent 3e776560
...@@ -95,7 +95,8 @@ class YHCodeSueecssViewController: YHBaseViewController { ...@@ -95,7 +95,8 @@ class YHCodeSueecssViewController: YHBaseViewController {
guard let self = self else { return } guard let self = self else { return }
if let phone = self.phoneNumber { if let phone = self.phoneNumber {
let newDic = ["op_type": "input_code"]
YHAliYunLogManager.shared.addModuleName(.networkDataType, remark: newDic)
// 登录接口需要加一个deviceToken参数 // 登录接口需要加一个deviceToken参数
YHHUD.show(.progress(message: "登录中...")) YHHUD.show(.progress(message: "登录中..."))
if phone.contains("15818743775") { if phone.contains("15818743775") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment