Foxtable(狐表)用户栏目专家坐堂 → [求助]这个接口怎么写?


  共有3715人关注过本帖平板打印复制链接

主题:[求助]这个接口怎么写?

帅哥哟,离线,有人找我吗?
zto001
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:六尾狐 帖子:1465 积分:10403 威望:0 精华:0 注册:2018/10/16 11:42:00
[求助]这个接口怎么写?  发帖心情 Post By:2022/3/10 11:38:00 [只看该作者]

https://open.zto.com/#/interface?resourceGroup=30&apiName=zto.innovate.structureNamePhoneAddress


这个接口怎么写?我用之前的方法写不了

Dim properties As new zopsdk.ZopProperties("7df2ce25e6541781dbac2dffcb28227d","d052ff69bb788e7c354a6")
Dim client As new zopsdk.ZopClient(properties)
Dim request As new zopsdk.ZopRequest()
request.url = "https://japi.zto.com/zto.innovate.structureNamePhoneAddress"
request.addParam("company_id", "7df2ce25e6541781dbac2dffcb28227d")
request.addParam("msg_type", "availableCounter")
request.addParam("address","张三 13812345678 上海市青浦区华新华志路1685号")
Dim str = client.execute(request)
MessageBox.Show(str)

 回到顶部