Commit cf6c9294 by wang

^

parent 530f24a0
Showing with 1 additions and 1 deletions
...@@ -24,7 +24,7 @@ func (this *JdServer) PushData(pushType string ,data interface{}) { ...@@ -24,7 +24,7 @@ func (this *JdServer) PushData(pushType string ,data interface{}) {
token:=this.getKoken() token:=this.getKoken()
fmt.Println(data) fmt.Println(data)
return //return
header:=gout.H{"Authorization": token} header:=gout.H{"Authorization": token}
formData:=map[string]interface{}{ formData:=map[string]interface{}{
"user_id":"liexin_1", "user_id":"liexin_1",
......
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