急求一个淘宝网开放平台API(taobao.user.get)调用示例,谢谢

dayang816 2011-02-10 08:17:20
如题.


最好能给详细的代码示例,谢谢。。
...全文
811 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
liting896521998 2011-04-01
  • 打赏
  • 举报
回复
string url = "http://gw.api.tbsandbox.com/router/rest";//沙箱环境调用地址,
string appkey = "111111";
string appserect = "111111";
// string sessionKey = "111111";
ITopClient client = new DefaultTopClient(url, appkey, appserect);

UsersGetRequest users_req = new UsersGetRequest();
users_req.Fields = "user_id,nick,seller_credit";
users_req.Nicks = "小龙52092,52092admin";
UsersGetResponse users_rsp = client.Execute(users_req);
Label1.Text = users_rsp.Body;
List<User> users = users_rsp.Users;
if (users != null && users.Count > 0)
{
foreach (User user in users)
{
}
}
dayang816 2011-02-11
  • 打赏
  • 举报
回复
UP UP
baiduu 2011-02-10
  • 打赏
  • 举报
回复
ding
dayang816 2011-02-10
  • 打赏
  • 举报
回复
[Quote=引用 1 楼 wuyq11 的回复:]
http://my.open.taobao.com/apidoc/main.htm
http://www.cnblogs.com/riacool/archive/2010/07/06/1772323.html
[/Quote]


没做过这类项目,能不能详细点,我要做的是一个taobao.item.get 得到单个商品信息的示例
谢谢。。
wuyq11 2011-02-10
  • 打赏
  • 举报
回复
http://my.open.taobao.com/apidoc/main.htm
http://www.cnblogs.com/riacool/archive/2010/07/06/1772323.html

7,765

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 非技术区
社区管理员
  • 非技术区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧