Browse Source

手机号处理

WH01243 1 year ago
parent
commit
51290c30a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clueSync/everything.go

+ 1 - 1
clueSync/everything.go

@@ -445,7 +445,7 @@ func bigCustomer() {
 			username, usernickname, userid, uid, source, payorderinfo, unpayorderinfo := "", "", "", "", "", "", ""
 			if userData != nil {
 				if phone == "" {
-					phone = common.ObjToString(v["phone"])
+					phone = common.ObjToString((*userData)["phone"])
 				}
 				username = common.ObjToString((*userData)["name"])
 				usernickname = common.ObjToString((*userData)["nickname"])