mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2025-09-17 22:09:14 +08:00
获取第一个页面的数据
This commit is contained in:
@@ -6,3 +6,8 @@ func GetNowTime() string {
|
||||
t := time.Now().Format("2006-01-02 15:04:05")
|
||||
return t
|
||||
}
|
||||
|
||||
func GetNowDate() string {
|
||||
t := time.Now().Format("2006-01-02")
|
||||
return t
|
||||
}
|
||||
|
Reference in New Issue
Block a user