Commit b38c41c4 by Joneq

修改时间戳不正确

parent 690f0718
Showing with 1 additions and 1 deletions
......@@ -14,7 +14,7 @@ const APIDOMAIN string = "http://api.ichunt.com/msg/sendMessageByAuto"
func SendMessage(mobile int64 , content string){
timeNow := time.Now().Second()
timeNow := time.Now().Unix()
requestContent,_ := json.Marshal(map[string]string{"content":content})
requestTel,_ := json.Marshal([]int64{mobile})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment