admin add edit status password items info
This commit is contained in:
@@ -124,7 +124,7 @@ func DecryptPhone(phone string) (string, Error) {
|
||||
return newPhone, nil
|
||||
}
|
||||
|
||||
func getSearchPhone(mobile string) string {
|
||||
func GetSearchPhone(mobile string) string {
|
||||
phone := StringEmpty
|
||||
if len(mobile) == 11 {
|
||||
prefix := mobile[NumberZero:3] // 前三位
|
||||
|
||||
Reference in New Issue
Block a user