抖音商品详情
<h3>接口描述</h3>
<ul>
<li>
<ul>
<li>根据商品id,获取抖音商品详细信息</li>
</ul>
</li>
</ul>
<h3>请求地址</h3>
<p><code>https://api.jumdata.com/douyin/goods/detail</code></p>
<h3>请求方式</h3>
<ul>
<li>GET/POST</li>
</ul>
<h3>请求格式</h3>
<ul>
<li>x-www-form-urlencoded</li>
</ul>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必须</th>
<th><div style="width:420px">说明</div></th>
</tr>
</thead>
<tbody>
<tr>
<td>appId</td>
<td>String</td>
<td>是</td>
<td>服务商分配的唯一标识</td>
</tr>
<tr>
<td>timestamp</td>
<td>Long</td>
<td>是</td>
<td>当前时间的毫秒数</td>
</tr>
<tr>
<td>sign</td>
<td>String</td>
<td>是</td>
<td>签名,见签名算法说明</td>
</tr>
<tr>
<td>goodsId</td>
<td>String</td>
<td>是</td>
<td>商品ID</td>
</tr>
</tbody>
</table>
<h3>签名算法说明</h3>
<pre><code>sign = sha256( appId + appSecret + timestamp)</code></pre>
<p>用服务商分配的 appId、服务商分配的 appSecret,当前时间毫秒数 timestamp,按上述顺序拼接成字符串,再进行 sha256 哈希得到。如下:</p>
<pre><code class="language-java">String appId = &quot;xyzxy2121zxyz&quot;;
String timestamp = &quot;1555378976238&quot;;
String appSecret = &quot;efcefcef1121cefcefc1212121&quot;;
String str = appId + appSecret + timestamp;
String sign = sha256(str);</code></pre>
<h3>正常返回样例</h3>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;成功&quot;,
&quot;code&quot;: 200,
&quot;taskNo&quot;: &quot;153834601224732711237012&quot;,
&quot;charge&quot;: true,
&quot;data&quot;: {
&quot;item_info&quot;: {
&quot;product&quot;: {
&quot;show_comments&quot;: true,
&quot;description&quot;: &quot;&quot;,
&quot;img_list&quot;: [
&quot;https://p3-item.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_78793891fb40fb6c464fbc46c33af509_sx_123429_www750-750~tplv-5mmsx3fupr-resize:1080:1080.jpeg&quot;,
&quot;https://p3-item.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_0320755efdd685398e09278c426ede88_sx_133360_www750-750~tplv-5mmsx3fupr-resize:1080:1080.jpeg&quot;,
&quot;https://p6-item.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_4c0a5beaff333545a6b9d99d3e0d2d14_sx_75970_www750-750~tplv-5mmsx3fupr-resize:1080:1080.jpeg&quot;,
&quot;https://p3-item.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_7e9a9bc89b54396131b7cd431e0b06ee_sx_131183_www916-916~tplv-5mmsx3fupr-resize:1080:1080.jpeg&quot;,
&quot;https://p3-item.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_5436893ceef5def8b8bcc7f1f1f7b4aa_sx_148209_www900-900~tplv-5mmsx3fupr-resize:1080:1080.jpeg&quot;
],
&quot;industry&quot;: {
&quot;industry_type&quot;: 0
},
&quot;services&quot;: [
{
&quot;subtitle_color&quot;: &quot;&quot;,
&quot;is_top_show&quot;: false,
&quot;subtitle&quot;: &quot;&quot;,
&quot;icon&quot;: &quot;https://sf3-cdn-tos.douyinstatic.com/obj/eden-cn/nupfupebo/services/QuickRefund.png&quot;,
&quot;small_icon&quot;: &quot;https://sf1-ttcdn-tos.pstatp.com/obj/ttfe/obj/ttfe/alliance/detail_support_3x.png&quot;,
&quot;tag&quot;: &quot;&quot;,
&quot;title&quot;: &quot;极速退款&quot;,
&quot;type&quot;: 5,
&quot;content&quot;: &quot;300元以内的商品在支付后6小时内,待发货状态下,提交退款申请将免审核立即退款&quot;,
&quot;url&quot;: &quot;&quot;
},
{
&quot;subtitle_color&quot;: &quot;&quot;,
&quot;is_top_show&quot;: false,
&quot;subtitle&quot;: &quot;&quot;,
&quot;icon&quot;: &quot;https://sf3-ttcdn-tos.pstatp.com/obj/temai/full_return.png&quot;,
&quot;small_icon&quot;: &quot;https://sf1-ttcdn-tos.pstatp.com/obj/ttfe/obj/ttfe/alliance/detail_support_3x.png&quot;,
&quot;tag&quot;: &quot;&quot;,
&quot;title&quot;: &quot;7天无理由退货&quot;,
&quot;type&quot;: 6,
&quot;content&quot;: &quot;符合相应条件时,消费者可申请7天无理由退货&quot;,
&quot;url&quot;: &quot;&quot;
},
{
&quot;subtitle_color&quot;: &quot;&quot;,
&quot;is_top_show&quot;: false,
&quot;subtitle&quot;: &quot;&quot;,
&quot;icon&quot;: &quot;https://sf3-ttcdn-tos.pstatp.com/obj/temai/comsumer_protect.png&quot;,
&quot;small_icon&quot;: &quot;https://sf1-ttcdn-tos.pstatp.com/obj/ttfe/obj/ttfe/alliance/detail_support_3x.png&quot;,
&quot;tag&quot;: &quot;&quot;,
&quot;title&quot;: &quot;消费者保障服务&quot;,
&quot;type&quot;: 8,
&quot;content&quot;: &quot;如商品有质量问题、描述不符等情况,你有权申请退货退款&quot;,
&quot;url&quot;: &quot;&quot;
},
{
&quot;subtitle_color&quot;: &quot;&quot;,
&quot;is_top_show&quot;: false,
&quot;subtitle&quot;: &quot;&quot;,
&quot;icon&quot;: &quot;https://sf3-ttcdn-tos.pstatp.com/obj/temai/shop_certification.png&quot;,
&quot;small_icon&quot;: &quot;https://sf1-ttcdn-tos.pstatp.com/obj/ttfe/obj/ttfe/alliance/detail_support_3x.png&quot;,
&quot;tag&quot;: &quot;&quot;,
&quot;title&quot;: &quot;商家资质&quot;,
&quot;type&quot;: 9,
&quot;content&quot;: &quot;该商家已办理市场主体登记,查看资质信息&quot;,
&quot;url&quot;: &quot;https://haohuo.jinritemai.com/views/shop/multipleLicenses?id=fOoVdSV&quot;
},
{
&quot;subtitle_color&quot;: &quot;&quot;,
&quot;is_top_show&quot;: false,
&quot;subtitle&quot;: &quot;&quot;,
&quot;icon&quot;: &quot;&quot;,
&quot;small_icon&quot;: &quot;&quot;,
&quot;tag&quot;: &quot;public_zone&quot;,
&quot;title&quot;: &quot;&quot;,
&quot;type&quot;: 10,
&quot;content&quot;: &quot;点击查看平台公示专区&quot;,
&quot;url&quot;: &quot;https://mix.jinritemai.com/falcon/mix_page/index.html?__live_platform__=webcast&amp;allowMediaAutoPlay=1&amp;enter_from=others&amp;hide_nav_bar=1&amp;hide_system_video_poster=1&amp;id=7117178766052294949&amp;origin_type=others&amp;should_full_screen=1&amp;trans_status_bar=1&amp;ttwebview_extension_mixrender=1&quot;
}
],
&quot;description_img_list&quot;: [
&quot;https://p6-item.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_e940828c985a80aa29d2463c7649c364_sx_230837_www750-1000~tplv-5mmsx3fupr-resize:750:1000.jpeg&quot;
],
&quot;recommend_remark&quot;: &quot;&quot;,
&quot;product_name&quot;: &quot;0090主打显瘦!一定要冲鱼骨线U领打底衫秋冬气质百搭韩版长袖修身&quot;,
&quot;product_type&quot;: 0,
&quot;biz_identity&quot;: {
&quot;bmp_source&quot;: &quot;&quot;,
&quot;bmp_vertical_market&quot;: &quot;&quot;,
&quot;bmp_seller_type&quot;: &quot;&quot;
},
&quot;product_id&quot;: &quot;3634668188266047030&quot;,
&quot;product_format&quot;: [
{
&quot;name&quot;: &quot;面料材质成分含量&quot;,
&quot;value&quot;: &quot;49%-59%(含)&quot;
},
{
&quot;name&quot;: &quot;里料材质成分含量&quot;,
&quot;value&quot;: &quot;89%-95%(含)&quot;
},
{
&quot;name&quot;: &quot;衣长&quot;,
&quot;value&quot;: &quot;常规款&quot;
},
{
&quot;name&quot;: &quot;图案&quot;,
&quot;value&quot;: &quot;纯色&quot;
},
{
&quot;name&quot;: &quot;上市时间&quot;,
&quot;value&quot;: &quot;2023&quot;
},
{
&quot;name&quot;: &quot;面料材质&quot;,
&quot;value&quot;: &quot;棉&quot;
},
{
&quot;name&quot;: &quot;衣门襟&quot;,
&quot;value&quot;: &quot;单排扣&quot;
},
{
&quot;name&quot;: &quot;厚度&quot;,
&quot;value&quot;: &quot;常规款&quot;
},
{
&quot;name&quot;: &quot;适用年龄&quot;,
&quot;value&quot;: &quot;18-35&quot;
},
{
&quot;name&quot;: &quot;服饰工艺&quot;,
&quot;value&quot;: &quot;做旧&quot;
},
{
&quot;name&quot;: &quot;适用性别&quot;,
&quot;value&quot;: &quot;女&quot;
},
{
&quot;name&quot;: &quot;款式&quot;,
&quot;value&quot;: &quot;套头&quot;
},
{
&quot;name&quot;: &quot;袖型&quot;,
&quot;value&quot;: &quot;常规&quot;
},
{
&quot;name&quot;: &quot;服装版型&quot;,
&quot;value&quot;: &quot;常规款&quot;
},
{
&quot;name&quot;: &quot;领型&quot;,
&quot;value&quot;: &quot;U型领&quot;
},
{
&quot;name&quot;: &quot;组合件数&quot;,
&quot;value&quot;: &quot;单件&quot;
},
{
&quot;name&quot;: &quot;适用季节&quot;,
&quot;value&quot;: &quot;秋季&quot;
},
{
&quot;name&quot;: &quot;细分风格&quot;,
&quot;value&quot;: &quot;通勤风&quot;
},
{
&quot;name&quot;: &quot;袖长&quot;,
&quot;value&quot;: &quot;长袖&quot;
},
{
&quot;name&quot;: &quot;功能&quot;,
&quot;value&quot;: &quot;不起球&quot;
}
],
&quot;template_type&quot;: 0,
&quot;tag&quot;: &quot;TagCode_34b94_287c#15#3;TagCode_vir_mobile##3;beauty_repeat_customer##19;cat_operation#enum:4407$#3;diagnose_similar_product#2#2;fake_compensate_four##3;fenggeshop1#8#3;fenggeshop4#94#3;is_alli_product##2;leimuxsd#enum:2$|17$|14$|13$|11$|10$|1$#3;long_picture_style##2;low_quality_image##2;play_back##19;price_power_comprehensive_tag#3#2;price_power_level#4#2;product_sale_property_control#1#19;shangxiangjsls#enum:1$#3;support_15days_quality_aftersales##3;support_7days_refund##3;user_coat##3;zero_entry#enum:2$#3;customer_protection##3;platform_announcement##3;shop_qualification##3&quot;,
&quot;category&quot;: {
&quot;third_cid&quot;: 0,
&quot;second_cid&quot;: 20247,
&quot;first_cid&quot;: 20005,
&quot;fourth_cid&quot;: 0
},
&quot;show_buyers&quot;: true,
&quot;biz_kind&quot;: 0,
&quot;sell_num&quot;: 1687
},
&quot;comments&quot;: {
&quot;aggregation&quot;: {
&quot;good_count&quot;: 199,
&quot;good_rate&quot;: 98.51485148514851,
&quot;medium_count&quot;: 3,
&quot;bad_count&quot;: 0,
&quot;photo_count&quot;: 53,
&quot;total&quot;: 203,
&quot;appends_count&quot;: 4
},
&quot;items&quot;: [
{
&quot;comment_time&quot;: 1697035578,
&quot;user_avatar&quot;: &quot;https://p3-ecom-commentpic.byteimg.com/tos-cn-i-fceoirpogb/6ccf1527d0b7cf691adcbbe5725c52b2.png~tplv-fceoirpogb-image.image&quot;,
&quot;user_name&quot;: &quot;✨**r&quot;,
&quot;recommend&quot;: false,
&quot;appends&quot;: [],
&quot;photos&quot;: [
{
&quot;thumbnail&quot;: &quot;https://p11-sign.douyinpic.com/douyin-user-image-file/336fcb002a9af00bab71512260cea776~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=iz8Ojh%2Fw%2BCOVtKtiN1XWjDaRxYE%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p3-sign.douyinpic.com/douyin-user-image-file/336fcb002a9af00bab71512260cea776~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=tZ1JkaGlN7jKAwCYDCVFjvl6OrU%3D&amp;from=127440538&quot;
},
{
&quot;thumbnail&quot;: &quot;https://p3-sign.douyinpic.com/douyin-user-image-file/6adf2dde83a80e23b091bfaa9ed82b92~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=v7FkREqTVqXniV39w%2FBdY9EFwTM%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p9-sign.douyinpic.com/douyin-user-image-file/6adf2dde83a80e23b091bfaa9ed82b92~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=5XRW0X%2BUH2KL7jm%2BGOJLn5UYbEI%3D&amp;from=127440538&quot;
}
],
&quot;content&quot;: &quot;质量非常好,回购这家店铺n次了,衣柜里全是大彤卖的衣服,每天看直播都要买买买。这件打底很绝!&quot;,
&quot;liked&quot;: false,
&quot;rank_product&quot;: 5,
&quot;shop_reply&quot;: &quot;&quot;,
&quot;rank&quot;: 15,
&quot;id&quot;: &quot;6509586382487322940&quot;,
&quot;sku&quot;: &quot;白色/均码/15天内发货&quot;,
&quot;likes&quot;: 2
},
{
&quot;comment_time&quot;: 1696601997,
&quot;user_avatar&quot;: &quot;https://p3-ecom-commentpic.byteimg.com/tos-cn-i-fceoirpogb/229c77efc170705f8a6aaedfaa61e65c.png~tplv-fceoirpogb-image.image&quot;,
&quot;user_name&quot;: &quot;小**f&quot;,
&quot;recommend&quot;: false,
&quot;appends&quot;: [],
&quot;photos&quot;: [
{
&quot;thumbnail&quot;: &quot;https://p3-sign.douyinpic.com/douyin-user-image-file/072a94513a69042166a4c4eaf0f668a5~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=F%2BQeWZxrlvyzegrMPveQDKAR45c%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p3-sign.douyinpic.com/douyin-user-image-file/072a94513a69042166a4c4eaf0f668a5~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=gjxU3Dc6iKX1ihIfyPBLgpJcGHU%3D&amp;from=127440538&quot;
},
{
&quot;thumbnail&quot;: &quot;https://p3-sign.douyinpic.com/douyin-user-image-file/1aab9a62144cb88972a0dbb932b436c4~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=4eN4sSiFIj9sKmjubhyI6QQuB7Q%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p3-sign.douyinpic.com/douyin-user-image-file/1aab9a62144cb88972a0dbb932b436c4~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=MM4fO52STRIK6bu2pQgspxT%2FSsA%3D&amp;from=127440538&quot;
}
],
&quot;content&quot;: &quot;衣服很柔软,布料也很厚,材质版型这个价格,真的很香,超百搭的衬衫&quot;,
&quot;liked&quot;: false,
&quot;rank_product&quot;: 5,
&quot;shop_reply&quot;: &quot;&quot;,
&quot;rank&quot;: 15,
&quot;id&quot;: &quot;5004627643308802345&quot;,
&quot;sku&quot;: &quot;浅米黄色/均码/15天内发货&quot;,
&quot;likes&quot;: 0
},
{
&quot;comment_time&quot;: 1696252002,
&quot;user_avatar&quot;: &quot;https://p3-ecom-commentpic.byteimg.com/tos-cn-i-fceoirpogb/cc1c3fb06e3052193ecba68814402404.png~tplv-fceoirpogb-image.image&quot;,
&quot;user_name&quot;: &quot;💕**0&quot;,
&quot;recommend&quot;: false,
&quot;appends&quot;: [],
&quot;photos&quot;: [
{
&quot;thumbnail&quot;: &quot;https://p9-sign.douyinpic.com/douyin-user-image-file/76736feb520b8e8bb72c0f0d3c0260e7~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=9WW6xKKHAn53PEv5IU0ZOyTMRS4%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p6-sign.douyinpic.com/douyin-user-image-file/76736feb520b8e8bb72c0f0d3c0260e7~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=JutMm5V0fp3J77DgTzwRfbbRyxw%3D&amp;from=127440538&quot;
},
{
&quot;thumbnail&quot;: &quot;https://p26-sign.douyinpic.com/douyin-user-image-file/1ccf5553762e1812e5aba265efdcd55f~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=BBsHwZUjljAkrvSz9IIWlKrOHsw%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p3-sign.douyinpic.com/douyin-user-image-file/1ccf5553762e1812e5aba265efdcd55f~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=JpuPHgiNZDRSR3OeACR3LUXnkN4%3D&amp;from=127440538&quot;
}
],
&quot;content&quot;: &quot;面料舒服,弹力巨大,最主要的是特别显瘦,长度也刚刚好,很遮肉又不用塞了,绝绝子&quot;,
&quot;liked&quot;: false,
&quot;rank_product&quot;: 5,
&quot;shop_reply&quot;: &quot;天哪!大美女 你这拍的也太好了 浪费您宝贵的时间拍照上传了 此订单粉丝群@林阿囡韩系女装 获得10.9-11.9店铺期间任意款式半价一次&quot;,
&quot;rank&quot;: 15,
&quot;id&quot;: &quot;937219671102325049&quot;,
&quot;sku&quot;: &quot;黑色/均码/15天内发货&quot;,
&quot;likes&quot;: 1
},
{
&quot;comment_time&quot;: 1695913715,
&quot;user_avatar&quot;: &quot;https://p3-ecom-commentpic.byteimg.com/tos-cn-i-fceoirpogb/c9634ca02d41756c92e6bab038081a46.png~tplv-fceoirpogb-image.image&quot;,
&quot;user_name&quot;: &quot;普**8&quot;,
&quot;recommend&quot;: false,
&quot;appends&quot;: [],
&quot;photos&quot;: [
{
&quot;thumbnail&quot;: &quot;https://p26-sign.douyinpic.com/douyin-user-image-file/4e51c22637d9b559fcf17de16aed06c3~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=9dBkIIuqAVLu4lLYJ1ji%2BETR2%2Fk%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p26-sign.douyinpic.com/douyin-user-image-file/4e51c22637d9b559fcf17de16aed06c3~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=BekCmxkUGu6Efjz%2B1VNX9OIdZ4c%3D&amp;from=127440538&quot;
},
{
&quot;thumbnail&quot;: &quot;https://p26-sign.douyinpic.com/douyin-user-image-file/caac28a32d7684c5809a48f00c1d936b~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=hO%2Fah0MflM%2Fip6Q5kY86VdvWRVE%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p6-sign.douyinpic.com/douyin-user-image-file/caac28a32d7684c5809a48f00c1d936b~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=a%2BLTCDDsG84pz2ybhPJRHVGGwzk%3D&amp;from=127440538&quot;
}
],
&quot;content&quot;: &quot;真的很好啊 买了一白一黑 质量很赞 顺便放一张好了 没拍这个&quot;,
&quot;liked&quot;: false,
&quot;rank_product&quot;: 5,
&quot;shop_reply&quot;: &quot;&quot;,
&quot;rank&quot;: 15,
&quot;id&quot;: &quot;6139765647099592975&quot;,
&quot;sku&quot;: &quot;黑色/均码/15天内发货&quot;,
&quot;likes&quot;: 0
},
{
&quot;comment_time&quot;: 1693102040,
&quot;user_avatar&quot;: &quot;https://p26.douyinpic.com/aweme/720x720/aweme-avatar/mosaic-legacy_284570006c38e472d8700.jpeg?from=4010531038&quot;,
&quot;user_name&quot;: &quot;大**4&quot;,
&quot;recommend&quot;: false,
&quot;appends&quot;: [],
&quot;photos&quot;: [
{
&quot;thumbnail&quot;: &quot;https://p11-sign.douyinpic.com/douyin-user-image-file/dcf72b84b94c26b3fd5ddf00cba02d61~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=On8Cu8metAyIAb22qjytdgChyIg%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p26-sign.douyinpic.com/douyin-user-image-file/dcf72b84b94c26b3fd5ddf00cba02d61~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=m%2Bf%2Fnr%2FCr5miTblXMgIDfJxfahY%3D&amp;from=127440538&quot;
},
{
&quot;thumbnail&quot;: &quot;https://p26-sign.douyinpic.com/douyin-user-image-file/1d813f24138ff2c243152fe6406a1782~tplv-shrink:169:169.jpeg?x-expires=1706040000&amp;x-signature=MWJasIjLtJXd6jzVkRIa8NbGS9w%3D&amp;from=127440538&quot;,
&quot;url&quot;: &quot;https://p26-sign.douyinpic.com/douyin-user-image-file/1d813f24138ff2c243152fe6406a1782~tplv-shrink:1080:1080.jpeg?x-expires=1706040000&amp;x-signature=zmPSARrxVW9DbOyFza42t6SDZao%3D&amp;from=127440538&quot;
}
],
&quot;content&quot;: &quot;可以,弹性大,质量不错,显瘦,而且料子很舒服,不错的,也不怎么掉色&quot;,
&quot;liked&quot;: false,
&quot;rank_product&quot;: 5,
&quot;shop_reply&quot;: &quot;&quot;,
&quot;rank&quot;: 15,
&quot;id&quot;: &quot;4285926647402152204&quot;,
&quot;sku&quot;: &quot;黑色/均码&quot;,
&quot;likes&quot;: 0
}
],
&quot;tags&quot;: []
},
&quot;shop&quot;: {
&quot;shop_id&quot;: &quot;4002856&quot;,
&quot;shop_name&quot;: &quot;林小姐的衣橱&quot;
},
&quot;coupon&quot;: {
&quot;discount_labels&quot;: []
},
&quot;price&quot;: {
&quot;discount_header&quot;: &quot;&quot;,
&quot;sku_min_price&quot;: 2990,
&quot;regular_price&quot;: 0,
&quot;sku_max_price&quot;: 0,
&quot;group_header&quot;: &quot;&quot;,
&quot;group_max_price&quot;: 0,
&quot;discount_max_price&quot;: 0,
&quot;header&quot;: &quot;&quot;,
&quot;discount_min_price&quot;: 0,
&quot;group_min_price&quot;: 0
},
&quot;purchase_status&quot;: {
&quot;reason&quot;: 300,
&quot;purchasable&quot;: false
},
&quot;extra&quot;: {
&quot;is_login&quot;: true
},
&quot;freight&quot;: {
&quot;post_fee&quot;: 0,
&quot;logistic_text&quot;: [
&quot;最晚3天内从浙江省发货,运费0元起&quot;
]
},
&quot;track&quot;: {
&quot;buyin_track&quot;: &quot;&quot;,
&quot;c_biz_combo&quot;: &quot;1&quot;
},
&quot;campaign_info_list&quot;: []
},
&quot;sku_info&quot;: {
&quot;server_time&quot;: 1705394805,
&quot;delivery_delay_desc&quot;: &quot;&quot;,
&quot;skus&quot;: {},
&quot;status_code&quot;: 0,
&quot;discount_price&quot;: -1,
&quot;campaign_start_time&quot;: 0,
&quot;user_min_limit&quot;: 1,
&quot;min_limit_toast&quot;: &quot;最少购买1件&quot;,
&quot;big_cover&quot;: &quot;https://p3-aio.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_78793891fb40fb6c464fbc46c33af509_sx_123429_www750-750~tplv-resize:1200:0.webp&quot;,
&quot;pic&quot;: {},
&quot;unuse_min_price&quot;: 0,
&quot;limit_text&quot;: &quot;&quot;,
&quot;cover&quot;: &quot;https://p6-aio.ecombdimg.com/img/ecom-shop-material/fOoVdSV_m_78793891fb40fb6c464fbc46c33af509_sx_123429_www750-750~tplv-resize:200:0.webp&quot;,
&quot;regular_price&quot;: 0,
&quot;specs&quot;: [
{
&quot;spec_items&quot;: [
{
&quot;name&quot;: &quot;黑色&quot;,
&quot;id&quot;: &quot;1777744052627540&quot;
},
{
&quot;name&quot;: &quot;咖色&quot;,
&quot;id&quot;: &quot;1777744052627556&quot;
},
{
&quot;name&quot;: &quot;深灰色&quot;,
&quot;id&quot;: &quot;1777744052627572&quot;
},
{
&quot;name&quot;: &quot;白色&quot;,
&quot;id&quot;: &quot;1777744052628484&quot;
},
{
&quot;name&quot;: &quot;浅灰色&quot;,
&quot;id&quot;: &quot;1777744052628500&quot;
},
{
&quot;name&quot;: &quot;浅米黄色&quot;,
&quot;id&quot;: &quot;1777744052628516&quot;
}
],
&quot;name&quot;: &quot;颜色分类&quot;
},
{
&quot;spec_items&quot;: [
{
&quot;name&quot;: &quot;均码&quot;,
&quot;id&quot;: &quot;1777744052629508&quot;
}
],
&quot;name&quot;: &quot;尺码大小&quot;
},
{
&quot;spec_items&quot;: [
{
&quot;name&quot;: &quot;15天内发货&quot;,
&quot;id&quot;: &quot;1777744052629540&quot;
}
],
&quot;name&quot;: &quot;发货时效&quot;
}
],
&quot;log_extra&quot;: &quot;&quot;,
&quot;fast_dispatch&quot;: 0,
&quot;is_pre_sale&quot;: false,
&quot;price_header&quot;: &quot;&quot;,
&quot;sku_type&quot;: 0,
&quot;big_pic&quot;: {},
&quot;presell_delay_desc&quot;: &quot;&quot;,
&quot;discount_price_header&quot;: &quot;&quot;,
&quot;max_price&quot;: 0,
&quot;min_price&quot;: 0,
&quot;combo_limit&quot;: -1,
&quot;status_msg&quot;: &quot;&quot;,
&quot;button_label&quot;: &quot;立即购买&quot;,
&quot;deposit_price&quot;: 0,
&quot;limit_toast&quot;: &quot;&quot;,
&quot;campaign_end_time&quot;: 0,
&quot;presell_type&quot;: 0,
&quot;status&quot;: 2
}
}
}</code></pre>
<h3>查无返回样例</h3>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;未查询到商品信息&quot;,
&quot;code&quot;: 201,
&quot;taskNo&quot;: &quot;91022205788462492535&quot;,
&quot;charge&quot;: true,
}</code></pre>
<h3>错误返回样例</h3>
<pre><code class="language-json">{
&quot;code&quot;: 400,
&quot;msg&quot;: &quot;商品id不能为空&quot;,
&quot;charge&quot;: false
}</code></pre>
<h3>返回字段说明</h3>
<table>
<thead>
<tr>
<th>字段名</th>
<th><div style="width:420px">说明</div></th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>返回码,详见:code返回码说明</td>
</tr>
<tr>
<td>msg</td>
<td>code对应的描述</td>
</tr>
<tr>
<td>charge</td>
<td>计费标志</td>
</tr>
<tr>
<td>taskNo</td>
<td>本次请求号</td>
</tr>
<tr>
<td>data</td>
<td>商品信息</td>
</tr>
</tbody>
</table>
<h4>code返回码说明</h4>
<table>
<thead>
<tr>
<th>code</th>
<th><div style="width:420px">说明</div></th>
</tr>
</thead>
<tbody>
<tr>
<td>200</td>
<td>成功(计费)</td>
</tr>
<tr>
<td>201</td>
<td>未查询到商品信息(计费)</td>
</tr>
<tr>
<td>400</td>
<td>参数错误</td>
</tr>
<tr>
<td>404</td>
<td>接口地址不正确</td>
</tr>
<tr>
<td>500</td>
<td>系统维护,请稍候再试</td>
</tr>
<tr>
<td>601</td>
<td>接口未开通</td>
</tr>
<tr>
<td>602</td>
<td>账号停用</td>
</tr>
<tr>
<td>603</td>
<td>余额不足请充值</td>
</tr>
<tr>
<td>604</td>
<td>接口停用</td>
</tr>
<tr>
<td>606</td>
<td>调用超限,请稍候再试</td>
</tr>
<tr>
<td>609</td>
<td>请求过于频繁,请稍候再试</td>
</tr>
<tr>
<td>610</td>
<td>请求超时</td>
</tr>
<tr>
<td>999</td>
<td>其他,以实际返回为准</td>
</tr>
</tbody>
</table>