新增修改更新api

This commit is contained in:
jiayuqi7813
2022-07-01 02:08:07 +08:00
parent d0b5c96f23
commit 99ae909180
5 changed files with 118 additions and 25 deletions

View File

@@ -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)
}