新增修改更新api
This commit is contained in:
@@ -28,8 +28,6 @@ func Token() string {
|
||||
func Timestamp() int {
|
||||
// time_zone := time.FixedZone("UTC", 0)
|
||||
// t := time.Now().In(time_zone).Unix()
|
||||
t := time.Now().Unix()
|
||||
t := time.Now().UnixNano() / 1e6
|
||||
return int(t)
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user