Explorar el Código

拼多多联盟

master
huangjiajun hace 5 meses
padre
commit
132ea1d5f1
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      pdd_union/api.go

+ 5
- 0
pdd_union/api.go Ver fichero

@@ -31,5 +31,10 @@ func Send(keyArr map[string]string, method string, param map[string]interface{})

url := "http://gw-api.pinduoduo.com/api/router"
post, err := zhios_third_party_utils.CurlPost(url, param, nil)
zhios_third_party_utils.FilePutContents("pdd", zhios_third_party_utils.SerializeStr(param))
zhios_third_party_utils.FilePutContents("pdd", string(post))
if err != nil {
zhios_third_party_utils.FilePutContents("pdd", err.Error())
}
return string(post), err
}

Cargando…
Cancelar
Guardar