1234567891011121314151617181920212223242526272829303132333435363738 |
- package utils
- const (
- FormatTime = "15:04:05"
- FormatDate = "2006-01-02"
- FormatDateCN = "2006年01月02日"
- FormatDateUnSpace = "20060102"
- FormatDateTime = "2006-01-02 15:04:05"
- HlbFormatDateTime = "2006-01-02_15:04:05.999"
- FormatDateTimeUnSpace = "20060102150405"
- PageSize15 = 15
- PageSize5 = 5
- PageSize10 = 10
- PageSize20 = 20
- PageSize30 = 30
- )
- const (
- RegularMobile = "^((13[0-9])|(14[5|7])|(15([0-3]|[5-9]))|(18[0-9])|(17[0-9])|(16[0-9])|(19[0-9]))\\d{8}$"
- RegularEmail = `\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*`
- )
- const (
- APPNAME = "弘则研报"
-
- EmailSendToUsers = "pyan@hzinsights.com"
- )
- var (
- JhGnTplId = "65692"
- JhGjTplId = "10054"
- JhGnAppKey = "4c8504c49dd335e99cfd7b6a3a9e2415"
- JhGjAppKey = "3326ad2c1047a4cd92ace153e6044ca3"
- )
|