zwxi 11 tháng trước cách đây
mục cha
commit
7522345007
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      services/comein/comein.go

+ 1 - 1
services/comein/comein.go

@@ -555,7 +555,7 @@ func syncWhiteList(list []*models.ComeinWhiteUser, opt int) (err error) {
 		whiteUser := yb.Whitelist{}
 		if v.Mobile != "" {
 			whiteUser.Phone = v.Mobile
-			whiteUser.Areacode = v.CountryCode
+			whiteUser.Areacode = "+" + v.CountryCode
 			whiteUser.Guid = utils.MD5(strconv.Itoa(v.UserId))
 
 			whiteList = append(whiteList, whiteUser)