This commit is contained in:
suyl
2021-05-12 18:28:34 +08:00
parent 837e14ab0e
commit e3c09bed8d

View File

@@ -542,7 +542,7 @@ func MakeValidationMapFromSlice(validValues []string, flag int) map[string]int {
} }
func ComposeQiniuResURL(key string) string { func ComposeQiniuResURL(key string) string {
return "http://image.jxc4.com/" + key return "https://image.jxc4.com/" + key
} }
func IsLegalMobileNumber(num int64) bool { func IsLegalMobileNumber(num int64) bool {