Commit bde285f0 by wang

^

parent 90b216c0
Showing with 5 additions and 2 deletions
......@@ -15,10 +15,13 @@ func NewJdServer() *JdServer{
return &JdServer{}
}
//推送数据到京东
/**
推送数据到京东
数据示例:
[{"goods_id":"1160551105263565205","ladder_price":[],"stock":1,"update_time":1605511052},{"goods_id":"1160551105280217407","ladder_price":[],"stock":1,"update_time":1605511052},{"goods_id":"1160551105657295093","ladder_price":[],"stock":1,"update_time":1605511056},{"goods_id":"1160551105664771955","ladder_price":[],"stock":1,"update_time":1605511056},{"goods_id":"1160551105727360314","ladder_price":[],"stock":1,"update_time":1605511057},{"goods_id":"1160551107420254201","ladder_price":[],"stock":1,"update_time":1605511074},{"goods_id":"1160551103393553911","ladder_price":[],"stock":32,"update_time":1605511033},{"goods_id":"1160551104739159301","ladder_price":[],"stock":1,"update_time":1605511047},{"goods_id":"1160551105513875543","ladder_price":[],"stock":1,"update_time":1605511055},{"goods_id":"1160551103993208968","ladder_price":[],"stock":28,"update_time":1605511039}]
*/
func (this *JdServer) PushData(pushType string ,data interface{}) {
token:=this.getKoken()
return
header:=gout.H{"Authorization": token}
formData:=map[string]interface{}{
"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