Commit 80526931 by wang

^

parent cf6c9294
...@@ -23,7 +23,7 @@ func NewJdServer() *JdServer{ ...@@ -23,7 +23,7 @@ func NewJdServer() *JdServer{
func (this *JdServer) PushData(pushType string ,data interface{}) { 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{}{
......
...@@ -96,7 +96,7 @@ func (this *SkuPushService) pushForClass(classId int) { ...@@ -96,7 +96,7 @@ func (this *SkuPushService) pushForClass(classId int) {
} }
func (this *SkuPushService) shutdown3000() { func (this *SkuPushService) shutdown3000() {
if(skuTotalCont>=2){ if(skuTotalCont>=3000){
//this.dingdingSucessPush() //this.dingdingSucessPush()
msg:=fmt.Sprintf("%d个就终止程序",skuTotalCont) msg:=fmt.Sprintf("%d个就终止程序",skuTotalCont)
panic(msg) panic(msg)
......
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