mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 14:42:26 +08:00
支持文本消息的回复
This commit is contained in:
8
util/time.go
Normal file
8
util/time.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package util
|
||||
|
||||
import "time"
|
||||
|
||||
//GetCurrTs return current timestamps
|
||||
func GetCurrTs() int64 {
|
||||
return time.Now().Unix()
|
||||
}
|
||||
Reference in New Issue
Block a user