Ver código fonte

滴滴

master
huangjiajun 3 meses atrás
pai
commit
ceb9d529bf
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      didi/api.go

+ 1
- 1
didi/api.go Ver arquivo

@@ -41,7 +41,7 @@ func GetDidiPoster(key, secret string, param map[string]interface{}) map[string]
return res
}
func GetDidiOrder(key, secret string, param map[string]interface{}) []DidiOrder {
send, _ := GetSend("/openapi/v1.0/order/list", key, secret, param)
send, _ := PostSend("/openapi/v1.0/order/list", key, secret, param)
list := make([]DidiOrder, 0)
json.Unmarshal([]byte(gjson.Get(send, "data.order_list").String()), &list)
return list


Carregando…
Cancelar
Salvar