- SendFilesToStores

This commit is contained in:
gazebo
2018-10-10 09:58:31 +08:00
parent b325ad7ca7
commit 1b15b864a8
9 changed files with 198 additions and 4 deletions

View File

@@ -344,3 +344,7 @@ func MakeValidationMapFromSlice(validValues []string, flag int) map[string]int {
}
return retVal
}
func ComposeQiniuResURL(key string) string {
return "http://image.jxc4.com/" + key
}