当前位置: 首页 > news >正文

拼多多分类ID搜索商品数据分析接口(商品列表数据,商品销量数据,商品详情数据)代码对接教程

拼多多分类ID搜索商品数据分析接口(商品列表数据,商品销量数据,商品详情数据)代码对接教程如下:

1.公共参数

名称类型必须描述(接口代码教程wx19970108018)
keyString调用key(必须以GET方式拼接在URL中,点击获取请求key和secret)
secretString调用密钥
api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
langString[cn,en,ru]翻译语言,默认cn简体中文
versionStringAPI版本

2.请求参数

请求参数:num_iid=1620002566

参数说明:num_iid:商品ID ;

备注:支持高并发请求接口,实时商品数据接口,整个页面上的商品详情数据均可以拿到 

3.请求示例(CURL、PHP 、PHPsdk 、Java 、C# 、Python…) 

//using System.Net.Security;
//using System.Security.Cryptography.X509Certificates;
private const String method = "GET";
static void Main(string[] args)
{
	String bodys = "";
	// 请求示例 url 默认请求参数已经做URL编码
	String url = "https://wx19970108018/pinduoduo/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=1620002566";
	HttpWebRequest httpRequest = null;
	HttpWebResponse httpResponse = null; 
	if (url.Contains("https://"))
	{
		ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(CheckValidationResult);
		httpRequest = (HttpWebRequest)WebRequest.CreateDefault(new Uri(url));
	}
	else
	{
		httpRequest = (HttpWebRequest)WebRequest.Create(url);
	}
	httpRequest.Method = method;
	if (0 < bodys.Length)
	{
		byte[] data = Encoding.UTF8.GetBytes(bodys);
		using (Stream stream = httpRequest.GetRequestStream())
		{
		stream.Write(data, 0, data.Length);
		}
	}
	try
	{
		httpResponse = (HttpWebResponse)httpRequest.GetResponse();
	}
	catch (WebException ex)
	{
		httpResponse = (HttpWebResponse)ex.Response;
	}
	Console.WriteLine(httpResponse.StatusCode);
	Console.WriteLine(httpResponse.Method);
	Console.WriteLine(httpResponse.Headers);
	Stream st = httpResponse.GetResponseStream();
	StreamReader reader = new StreamReader(st, Encoding.GetEncoding("utf-8"));
	Console.WriteLine(reader.ReadToEnd());
	Console.WriteLine("\n");
}
public static bool CheckValidationResult(object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors errors)
{
	return true;
}

 4.响应示例

{
	"item": {
		"num_iid": "1620002566",
		"title": "【2件套】套装秋冬新款仿獭兔毛钉珠皮草毛毛短外套加厚大衣女装",
		"price": 95.4,
		"minGroupPrice": 115,
		"maxGroupPrice": 95.4,
		"total_price": "",
		"desc_short": null,
		"cid": 8484,
		"orginal_price": 115,
		"nick": "果果家气质女装",
		"num": 2201,
		"sales": 41000,
		"detail_url": "https://mobile.yangkeduo.com/goods1.html?goods_id=1620002566",
		"desc": "<img src=\"https://t00img.yangkeduo.com/goods/images/2019-02-15/ddf6fe7b-b536-4183-932d-69a1189a3f59.png\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/20f659b04d3e7e5851c27ff9931c96fc.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2019-11-14/4420a8c3-49ed-46d8-ab55-15e7a638ca31.jpg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/26c3e9d5cfbaf4e8f13b2bdd38f48d71.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/0aa872fa74599dad7b6aefe6b6c035c0.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/6bc959e32a30424c7a5284a37676999c.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/1fa9861a8c99c5e9e8119fd2239fef5a.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/b62cabf1d2320c5761e3f4c15203fb20.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/6f6e54376a66cbc78e16700d4c424fe1.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/2f60753dfc875a6876adc35833a69d31.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/ae0116e589d8de712f8dafd0c356cefe.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/da910c98fcc8de1b4d2d1498cd7899fd.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/140349649d8b7d08c8e88bfbbaa2f900.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/a953bae2eeb7364ef3ef2976a97d07eb.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/4da59828136c3b1308aad0aa990778a7.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-09-02/4a365b61a80e47288c8609ccd5982396.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-11-17/cd0a8a96b783a51236812ce24c59a329.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-11-17/16008ac19768d05e7dee16406ff958a1.jpeg\" style=\"width:100%;\"/><img src=\"https://t00img.yangkeduo.com/goods/images/2018-11-17/ef1d17b69ebf9449a8bb52459b168c26.jpeg\" style=\"width:100%;\"/><img src=\"https://www.o0b.cn/i.php?t.png&rid=gw-4.630ecdeb03822&p=1778787141&k=i_key&t=1661914603\" style=\"display:none\" />",
		"item_imgs": [
			{
				"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/bcf848aa71c6389607ae7a84b70f1543.jpeg"
			},
			{
				"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/176019babfdecffa1d9f98f40b7e99b4.jpeg"
			},
			{
				"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/efb5db42397550bffd3211ca6f197498.jpeg"
			},
			{
				"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/d209ef7bcc9183c3bb8ca1dfdb108d49.jpeg"
			},
			{
				"url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/74257ab65f3f00da7a90fde9042fe640.jpeg"
			},
			{
				"url": "https://img.pddpic.com/goods/images/2019-08-17/e8fbd9cb-cc74-4caa-9380-84c46d27b008.jpg"
			},
			{
				"url": "https://img.pddpic.com/goods/images/2019-08-17/d76f515b-e375-4060-b94e-cf64f6b0964e.jpg"
			},
			{
				"url": "https://img.pddpic.com/goods/images/2019-08-17/f2f279b5-6000-4fbe-b99b-7c1cbd7884ea.jpg"
			}
		],
		"pic_url": "https://omsproductionimg.yangkeduo.com/images/2017-12-12/bcf848aa71c6389607ae7a84b70f1543.jpeg",
		"props_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115500378:颜色:粉色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:1115501666:颜色:米色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1215:105309781:颜色:蓝色两件套(外套+裙子);1226:119128:尺码:S(90斤以下);1226:96784:尺码:M(90-100斤);1226:33651:尺码:L(100-110斤);1226:33652:尺码:XL(110-120斤);1226:33653:尺码:2XL(120-130斤);1226:33656:尺码:3XL(130-140斤);1226:119128:尺码:S(90斤以下);1226:96784:尺码:M(90-100斤);1226:33651:尺码:L(100-110斤);1226:33652:尺码:XL(110-120斤);1226:33653:尺码:2XL(120-130斤);1226:33656:尺码:3XL(130-140斤);1226:33653:尺码:2XL(120-130斤);1226:33656:尺码:3XL(130-140斤);1226:119128:尺码:S(90斤以下);1226:96784:尺码:M(90-100斤);1226:33651:尺码:L(100-110斤);1226:33652:尺码:XL(110-120斤)",
		"prop_imgs": {
			"prop_img": [
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/801a2e23140bfe76229f02aab0a8a5fe.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/2f202934f16f0eee41257b77bf489262.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/48b30664f0f7e526ab1b956e813f25cf.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/3660b7893ca5cda1ffcea745d10b2506.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/a4a5a671afbb2d8e1f4c21c0ced3bea8.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/f0551176629bf81f25757c160198dba1.jpeg"
				}
			]
		},
		"props": [
			{
				"name": "面料材质",
				"value": "仿皮草"
			},
			{
				"name": "成分含量",
				"value": "71%(含)—80%(含)"
			},
			{
				"name": "版型",
				"value": "修身"
			},
			{
				"name": "领型",
				"value": "圆领"
			},
			{
				"name": "衣长",
				"value": "短款"
			},
			{
				"name": "是否带毛领",
				"value": "不带毛领"
			},
			{
				"name": "主风格",
				"value": "气质名媛"
			}
		],
		"skus": {
			"sku": [
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115500378;1226:119128",
					"properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:119128:尺码:S(90斤以下)",
					"quantity": 80,
					"sku_id": "57114357891"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115500378;1226:96784",
					"properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:96784:尺码:M(90-100斤)",
					"quantity": 32,
					"sku_id": "57114357892"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115500378;1226:33651",
					"properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33651:尺码:L(100-110斤)",
					"quantity": 46,
					"sku_id": "57114357893"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115500378;1226:33652",
					"properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33652:尺码:XL(110-120斤)",
					"quantity": 6,
					"sku_id": "57114357894"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115500378;1226:33653",
					"properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33653:尺码:2XL(120-130斤)",
					"quantity": 33,
					"sku_id": "57114357895"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115500378;1226:33656",
					"properties_name": "1215:1115500378:颜色:粉色两件套(外套+裙子);1226:33656:尺码:3XL(130-140斤)",
					"quantity": 17,
					"sku_id": "57114357896"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115501666;1226:119128",
					"properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:119128:尺码:S(90斤以下)",
					"quantity": 1000,
					"sku_id": "57114357897"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115501666;1226:96784",
					"properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:96784:尺码:M(90-100斤)",
					"quantity": 117,
					"sku_id": "57114357898"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115501666;1226:33651",
					"properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33651:尺码:L(100-110斤)",
					"quantity": 86,
					"sku_id": "57114357899"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115501666;1226:33652",
					"properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33652:尺码:XL(110-120斤)",
					"quantity": 689,
					"sku_id": "57114357900"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115501666;1226:33653",
					"properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33653:尺码:2XL(120-130斤)",
					"quantity": 47,
					"sku_id": "57114357901"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:1115501666;1226:33656",
					"properties_name": "1215:1115501666:颜色:米色两件套(外套+裙子);1226:33656:尺码:3XL(130-140斤)",
					"quantity": 48,
					"sku_id": "57114357902"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:105309781;1226:33653",
					"properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33653:尺码:2XL(120-130斤)",
					"quantity": 0,
					"sku_id": "103851107853"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:105309781;1226:33656",
					"properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33656:尺码:3XL(130-140斤)",
					"quantity": 0,
					"sku_id": "103851107854"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:105309781;1226:119128",
					"properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:119128:尺码:S(90斤以下)",
					"quantity": 0,
					"sku_id": "103851107855"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:105309781;1226:96784",
					"properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:96784:尺码:M(90-100斤)",
					"quantity": 0,
					"sku_id": "103851107856"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:105309781;1226:33651",
					"properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33651:尺码:L(100-110斤)",
					"quantity": 0,
					"sku_id": "103851107857"
				},
				{
					"price": 95.4,
					"total_price": 0,
					"orginal_price": 115,
					"properties": "1215:105309781;1226:33652",
					"properties_name": "1215:105309781:颜色:蓝色两件套(外套+裙子);1226:33652:尺码:XL(110-120斤)",
					"quantity": 0,
					"sku_id": "103851107858"
				}
			]
		},
		"props_list": {
			"1215:1115500378": "颜色:粉色两件套(外套+裙子)",
			"1215:1115501666": "颜色:米色两件套(外套+裙子)",
			"1215:105309781": "颜色:蓝色两件套(外套+裙子)",
			"1226:119128": "尺码:S(90斤以下)",
			"1226:96784": "尺码:M(90-100斤)",
			"1226:33651": "尺码:L(100-110斤)",
			"1226:33652": "尺码:XL(110-120斤)",
			"1226:33653": "尺码:2XL(120-130斤)",
			"1226:33656": "尺码:3XL(130-140斤)"
		},
		"props_img": {
			"1215:1115500378": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg",
			"1215:1115501666": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg",
			"1215:105309781": "https://t00img.yangkeduo.com/goods/images/2018-11-17/f0551176629bf81f25757c160198dba1.jpeg"
		},
		"property_alias": "",
		"props_imgs": {
			"prop_img": [
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115500378",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/062d42b525a7c786920cbb83ac772af7.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:1115501666",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-08-28/415bed99d5a925123d7b7c39547205de.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/801a2e23140bfe76229f02aab0a8a5fe.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/2f202934f16f0eee41257b77bf489262.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/48b30664f0f7e526ab1b956e813f25cf.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/3660b7893ca5cda1ffcea745d10b2506.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/a4a5a671afbb2d8e1f4c21c0ced3bea8.jpeg"
				},
				{
					"properties": "1215:105309781",
					"url": "https://t00img.yangkeduo.com/goods/images/2018-11-17/f0551176629bf81f25757c160198dba1.jpeg"
				}
			]
		},
		"location": null,
		"post_fee": 0,
		"seller_id": null,
		"shop_id": "461742",
		"seller_info": {
			"nick": "果果家气质女装",
			"user_num_id": "461742",
			"sid": "461742",
			"title": "",
			"zhuy": "http://yangkeduo.com/mall_page.html?mall_id=461742",
			"shop_name": "果果家气质女装"
		},
		"_ddf": "ha2",
		"format_check": "ok",
		"desc_img": [
			"https://t00img.yangkeduo.com/goods/images/2019-02-15/ddf6fe7b-b536-4183-932d-69a1189a3f59.png",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/20f659b04d3e7e5851c27ff9931c96fc.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2019-11-14/4420a8c3-49ed-46d8-ab55-15e7a638ca31.jpg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/26c3e9d5cfbaf4e8f13b2bdd38f48d71.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/0aa872fa74599dad7b6aefe6b6c035c0.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/6bc959e32a30424c7a5284a37676999c.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/1fa9861a8c99c5e9e8119fd2239fef5a.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/b62cabf1d2320c5761e3f4c15203fb20.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/6f6e54376a66cbc78e16700d4c424fe1.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/2f60753dfc875a6876adc35833a69d31.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/ae0116e589d8de712f8dafd0c356cefe.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/da910c98fcc8de1b4d2d1498cd7899fd.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/140349649d8b7d08c8e88bfbbaa2f900.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/a953bae2eeb7364ef3ef2976a97d07eb.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/4da59828136c3b1308aad0aa990778a7.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-09-02/4a365b61a80e47288c8609ccd5982396.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-11-17/cd0a8a96b783a51236812ce24c59a329.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-11-17/16008ac19768d05e7dee16406ff958a1.jpeg",
			"https://t00img.yangkeduo.com/goods/images/2018-11-17/ef1d17b69ebf9449a8bb52459b168c26.jpeg"
		],
		"shop_item": [],
		"relate_items": []
	},
	"error": "",
	"secache": "38dc3c822554ca397f00e5e9b681e8fb",
	"secache_time": 1661914603,
	"secache_date": "2022-08-31 10:56:43",
	"translate_status": "",
	"translate_time": 0,
	"language": {
		"default_lang": "cn",
		"current_lang": "cn"
	},
	"reason": "",
	"error_code": "0000",
	"cache": 0,
	"api_info": "today:53 max:10100 all[96=53+10+33];expires:2030-12-31",
	"execution_time": "0.119",
	"server_time": "Beijing/2022-08-31 10:56:43",
	"client_ip": "106.6.35.69",
	"call_args": {
		"num_iid": "1620002566"
	},
	"api_type": "pinduoduo",
	"translate_language": "zh-CN",
	"translate_engine": "baidu",
	"server_memory": "0.86MB",
	"request_id": "gw-4.630ecdeb03822",
	"last_id": "1186289087"
}

相关文章:

  • CEO问CIO:数字化运营到底要解决什么问题?
  • 3.16 haas506 2.0开发教程-example-JC035串口屏
  • DPDK的VFIO
  • 重要?2022年第二批四川省工程技术研究中心组织申报条件、时间、奖励及流程
  • 【老王读Spring Transaction-1】从EnableTransactionManagement顺藤摸瓜,研究@Transactional的实现原理
  • Caddy是什么
  • 脐带间充质干细胞
  • 取暖器遇上智能化!一张床如何分区温控,节能又好用
  • w字符编码
  • [ C++ ] STL_stack(栈)queue(队列)使用及其重要接口模拟实现
  • 【CSAPP】深入理解计算机系统 第九章 虚拟内存 动态链接 printf 17/26
  • 软文营销评论区怎样营造好的氛围?
  • Android Gradle plugin requires Java 11 问题解决
  • mysql安装,安装mysql配置教程(超级详细图解)
  • 为什么现在西红柿都“硬邦邦”的,放几个星期都不会坏?为你解答
  • 网络传输文件的问题
  • 「面试题」如何实现一个圣杯布局?
  • 【Amaple教程】5. 插件
  • 【Redis学习笔记】2018-06-28 redis命令源码学习1
  • Fundebug计费标准解释:事件数是如何定义的?
  • gcc介绍及安装
  • Java反射-动态类加载和重新加载
  • Linux快速配置 VIM 实现语法高亮 补全 缩进等功能
  • Lsb图片隐写
  • Python学习笔记 字符串拼接
  • Sass 快速入门教程
  • SQLServer插入数据
  • Vue.js源码(2):初探List Rendering
  • vue-router 实现分析
  • 多线程事务回滚
  • 今年的LC3大会没了?
  • 力扣(LeetCode)21
  • 聊一聊前端的监控
  • 融云开发漫谈:你是否了解Go语言并发编程的第一要义?
  • 算法之不定期更新(一)(2018-04-12)
  • 腾讯优测优分享 | 你是否体验过Android手机插入耳机后仍外放的尴尬?
  • postgresql行列转换函数
  • 分布式关系型数据库服务 DRDS 支持显示的 Prepare 及逻辑库锁功能等多项能力 ...
  • $ is not function   和JQUERY 命名 冲突的解说 Jquer问题 (
  • (C++17) std算法之执行策略 execution
  • (Java实习生)每日10道面试题打卡——JavaWeb篇
  • (react踩过的坑)Antd Select(设置了labelInValue)在FormItem中initialValue的问题
  • (附源码)spring boot公选课在线选课系统 毕业设计 142011
  • (一)spring cloud微服务分布式云架构 - Spring Cloud简介
  • (转)清华学霸演讲稿:永远不要说你已经尽力了
  • .NET 5.0正式发布,有什么功能特性(翻译)
  • .NET Compact Framework 多线程环境下的UI异步刷新
  • .NET Core WebAPI中封装Swagger配置
  • .NET MAUI学习笔记——2.构建第一个程序_初级篇
  • .NET 使用 XPath 来读写 XML 文件
  • .NET 依赖注入和配置系统
  • .NET6 开发一个检查某些状态持续多长时间的类
  • .net反编译工具
  • .net经典笔试题
  • /usr/bin/python: can't decompress data; zlib not available 的异常处理