以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  求助;请问拼多多订单API怎么写?  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=138490)

--  作者:zto001
--  发布时间:2019/8/1 17:39:00
--  求助;请问拼多多订单API怎么写?
https://open.pinduoduo.com/#/apidocument/port?portId=pdd.order.list.get
请问下这个该怎么写?
她的请求示例没看懂

--  作者:有点蓝
--  发布时间:2019/8/1 20:46:00
--  
和之前问的快递的接口用法都差不多,照搬即可:

Dim hc As New HttpClient("https://gw-api.pinduoduo.com/api/router")
hc.ContentType = "Type:application/x-www-form-urlencoded;charset=utf-8"
hc.FormData.Add("refund_status", "1")
hc.FormData.Add("type", "pdd.order.list.get")
……
[此贴子已经被作者于2019/8/1 20:46:51编辑过]

--  作者:zto001
--  发布时间:2019/8/2 11:57:00
--  
想问下回调网址
是什么?
该怎么弄?

--  作者:有点蓝
--  发布时间:2019/8/2 14:50:00
--  
应该是授权的用法吧:https://mai.pinduoduo.com/autopage/83_static_3/index.html

看起来和微信授权差不多:http://www.foxtable.com/mobilehelp/topics/0235.htm