摘要: try { TopXmlRestClient client = new TopXmlRestClient("http://gw.api.taobao.com/router/rest", "appkey", "appsecret"); ItemAddRequest req = new ItemAddRequest(); req.ApproveStatus = "onsale"; req.Enlist... 阅读全文
posted @ 2010-03-24 11:47 A light heart lives long 阅读(2398) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using Microsoft.VisualStudio.TestTools.UnitTesting;using Taobao.Top.Api.Request;using Taobao.Top.Api.Parser;using Taobao.Top.Api.Domain;namespace Taobao.T... 阅读全文
posted @ 2010-03-24 11:23 A light heart lives long 阅读(3536) 评论(0) 推荐(0) 编辑