Skip to content

Commit

Permalink
fix 中文手机号的逗号
Browse files Browse the repository at this point in the history
  • Loading branch information
Luoxin committed May 27, 2020
1 parent 6358f7f commit 667657b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers.go
Original file line number Diff line number Diff line change
Expand Up @@ -1324,9 +1324,9 @@ func (f *Faker) InitProviderMap() {
},
PhoneNumber: &PhoneNumberProvider{
PhonePrefixes: []string{
"134", "135", "136", "137", "138", "139", "147", "150,", "151", "152",
"157", "158", "159", "182", "187", "188,", "130", "131", "132", "145",
"155", "156", "185", "186,", "145", "133", "153", "180", "181", "189",
"134", "135", "136", "137", "138", "139", "147", "150", "151", "152",
"157", "158", "159", "182", "187", "188", "130", "131", "132", "145",
"155", "156", "185", "186", "145", "133", "153", "180", "181", "189",
},
PhoneFormatTemplate: "{{.PhonePrefix}}########",
},
Expand Down

0 comments on commit 667657b

Please sign in to comment.