WH01243 1 жил өмнө
parent
commit
51290c30a7

+ 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"])