1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > 获得抖音商品详情 API 返回值说明

获得抖音商品详情 API 返回值说明

时间:2019-11-06 12:34:36

相关推荐

获得抖音商品详情 API 返回值说明

请求地址:https://api-/douyin/item_get

点击注册key和secret申请试用

请求参数

请求参数:num_iid=3514453298386183303

参数说明:num_iid:抖音商品ID

响应参数

Version: Date:

请求示例

PHP

<?php// 请求示例 url 默认请求参数已经URL编码处理// 本示例代码未加密secret参数明文传输,若要加密请参考:/help/demo/sdk/demo-sign.php$method = "GET";$url = "https://api-/douyin/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=3514453298386183303";$curl = curl_init();curl_setopt($curl, CURLOPT_CUSTOMREQUEST, $method);curl_setopt($curl, CURLOPT_URL, $url);curl_setopt($curl, CURLOPT_SSL_VERIFYHOST,FALSE);curl_setopt($curl, CURLOPT_SSL_VERIFYPEER,FALSE);curl_setopt($curl, CURLOPT_FAILONERROR, false);curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);curl_setopt($curl, CURLOPT_HEADER, true);curl_setopt($curl, CURLOPT_ENCODING, "gzip");var_dump(curl_exec($curl));?>

API返回结果

---------------------------------------{"item": {"num_iid": "3514453298386183303","title": "【古蒂歌品牌】精致磨毛纹理 叠穿衬衣女秋装新款 高档磨毛衬衫 ","desc_short": "","price": 82,"total_price": 0,"suggestive_price": 0,"orginal_price": 82,"nick": "","num": 0,"min_num": 0,"detail_url": "/views/product/item2?id=3514453298386183303","pic_url": "","brand": "","brandId": null,"rootCatId": null,"cid": 0,"crumbs": [],"created_time": "","modified_time": "","delist_time": "","desc": "","desc_img": [],"item_imgs": [{"url": "https://p6-/obj/temai/e9ed9a7b06bbbf03b769075a4cf12045www876-876"},{"url": "https://p6-/obj/temai/f6543c94a2c3c724fd57a8c61d6e79ec7bb846f5www800-800"},{"url": "https://p9-/obj/temai/d312afa85676443c7a807688d4aab85cwww800-800"},{"url": "https://p6-/obj/temai/104f75934f295b6395ec792ad755eed8b10f543dwww800-800"},{"url": "https://p3-/obj/temai/3d65927c478ab58d06ecc31e6f541d2099e2429cwww800-800"}],"item_weight": "","item_size": "","location": null,"post_fee": null,"express_fee": "","ems_fee": "","shipping_to": "","has_discount": "","video": [],"is_virtual": "","sample_id": "","is_promotion": "","props_name": "","prop_imgs": {"prop_img": []},"property_alias": "","props": [],"total_sold": "","skus": {"sku": []},"seller_id": "","sales": 0,"shop_id": "sXahcZg","props_list": [],"seller_info": {"nick": "","item_score": null,"score_p": null,"delivery_score": null,"shop_type": null,"shop_logo": "https://p3-/obj/temai/1611656872ab5f2645a9f6cf20810db68844e3e3f5cf248f0f","sid": 0,"title": "古蒂歌精品女装店","shop_name": "古蒂歌精品女装店"},"tmall": "false","error": "","warning": "","url_log": [],"freight": null,"_ddf": "cdy","format_check": "ok","shop_item": [],"relate_items": []},"error": "","secache": "13dfb7af3b9afe151343f76cf8040cc2","secache_time": 1665724656,"secache_date": "-10-14 13:17:36","translate_status": "","translate_time": 0,"language": {"default_lang": "cn","current_lang": "cn"},"reason": "","error_code": "0000","cache": 0,"api_info": "today:85 max:10000 all[179=85+75+19];expires:2030-12-31","execution_time": "0.252","server_time": "Beijing/-10-14 13:17:36","client_ip": "106.6.36.148","call_args": {"num_iid": "3514453298386183303"},"api_type": "douyin","translate_language": "zh-CN","translate_engine": "google_new","server_memory": "0.77MB","request_id": "gw-4.6348f0f062629","last_id": "1282504013"}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。