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

做网站最下面写什么软件如何做seo搜索引擎优化

做网站最下面写什么软件,如何做seo搜索引擎优化,jsp网站开发案例,内蒙古网站制作公司要获取1688(阿里巴巴)的商品详情数据,你需要使用阿里巴巴开放平台提供的API接口。与淘宝开放平台类似,你需要先在阿里巴巴开放平台注册账号,创建应用,并获取app_key和app_secret。然后,根据阿里…

要获取1688(阿里巴巴)的商品详情数据,你需要使用阿里巴巴开放平台提供的API接口。与淘宝开放平台类似,你需要先在阿里巴巴开放平台注册账号,创建应用,并获取app_keyapp_secret。然后,根据阿里巴巴开放平台的文档,获取access_token,并使用这个access_token来调用相应的API接口。

下面是一个使用Java语言请求阿里巴巴商品详情数据API接口item_get的示例代码。请注意,这个例子假设你已经有了有效的access_token,并且你已经阅读并理解了阿里巴巴开放平台的API文档。

请求示例,API接口接入Anzexi58

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.net.URL;
import java.nio.charset.Charset;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.PrintWriter;
import java.net.URLConnection;public class Example {private static String readAll(Reader rd) throws IOException {StringBuilder sb = new StringBuilder();int cp;while ((cp = rd.read()) != -1) {sb.append((char) cp);}return  sb.toString();}public static JSONObject postRequestFromUrl(String url, String body) throws IOException, JSONException {URL realUrl = new URL(url);URLConnection conn = realUrl.openConnection();conn.setDoOutput(true);conn.setDoInput(true);PrintWriter out = new PrintWriter(conn.getOutputStream());out.print(body);out.flush();InputStream instream = conn.getInputStream();try {BufferedReader rd = new BufferedReader(new InputStreamReader(instream, Charset.forName("UTF-8")));String jsonText = readAll(rd);JSONObject json = new JSONObject(jsonText);return json;} finally {instream.close();}}public static JSONObject getRequestFromUrl(String url) throws IOException, JSONException {URL realUrl = new URL(url);URLConnection conn = realUrl.openConnection();InputStream instream = conn.getInputStream();try {BufferedReader rd = new BufferedReader(new InputStreamReader(instream, Charset.forName("UTF-8")));String jsonText = readAll(rd);JSONObject json = new JSONObject(jsonText);return json;} finally {instream.close();}}public static void main(String[] args) throws IOException, JSONException {// 请求示例 url 默认请求参数已经URL编码处理String url = "https://api-gw.万邦.cn/1688/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=610947572360";JSONObject json = getRequestFromUrl(url);System.out.println(json.toString());}}

 1688.item_get

公共参数

名称类型必须描述
keyString调用key(必须以GET方式拼接在URL中)
secretString调用密钥WeChat18305163218
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版本

请求参数

请求参数:num_iid=610947572360

参数说明:num_iid:1688商品ID
sales_data:&sales_data=1 获取近30天成交数据
agent:&agent=1 获取1688分销代发价格数据

响应参数

Version: Date:

名称类型必须示例值描述

item

item[]0宝贝详情数据

num_iid

String0610947572360宝贝ID

title

String0厂家直销小米有品Qin2 Pro智能手机学生机老人机备用机小爱同学4G商品标题

desc_short

String0商品简介

price

Float0799.00价格

total_price

Float00

suggestive_price

Float00

orginal_price

Float0799.00原价

nick

String0qin多亲科技(_sopid@BBBSvyqimnYtLnmm90B_59dsg)卖家昵称(以上2种参数都有可能输出,凡是_sopid@开头的即为加密openid)

num

Int02191

min_num

Int02最小起批量

detail_url

String0https://detail.1688.com/offer/610947572360.html宝贝链接

pic_url

String0https://cbu01.alicdn.com/img/ibank/2020/063/830/13235038360_979836901.jpg宝贝图片

brand

String0MAJE品牌

brandId

Int08879363品牌id

rootCatId

Int00顶级分类ID

cid

Int0124264005

desc

String0

item_imgs

Mix0item_imgs[]商品图片

item_weight

String0

post_fee

Float09.00邮费

express_fee

Float09.00EMS费用

ems_fee

Float09.00物流费用

shipping_to

String0广东广州白云区发货至

video

video[]0商品视频

sample_id

String0

props_name

String00:0:机身内存:64GB;1:0:颜色:铁灰色;1:1:颜色:瓷白色商品属性名

prop_imgs

prop_imgs[]0商品属性图片列表

property_alias

String00:0:64GB;1:0:铁灰色;1:1:瓷白色属性别名

props

Mix0[{"name": "品牌", "value": "other"}]商品详情

total_sold

Int01

scale

Int0

sellUnit

Int0

skus

skus[]0商品规格信息列表

seller_id

Int02206619673102卖家ID

sales

Int0100销售额

shop_id

Int0151372205店铺ID

props_list

Mix0{"0:0": "机身内存:64GB"}商品属性

tmall

Boolean0false是否天猫

data_from

String01688app错误信息

error

String0错误信息

unit

String0部;单位

is_support_mix

Boolean0true

mix_amount

Int030

mix_Begin

Int0

mix_number

Int0

sales_data

Date0

location

String0广东省 深圳市发货地

props_img

Mix0属性图片

sales_info

Mix0

desc_img

Mix0[{"https://cbu01.alicdn.com/img/ibank/2020/560/807/14112708065_979836901.jpg"}]详情图片列表

shop_item

Mix0

relate_items

Mix0


文章转载自:
http://opencut.hwLk.cn
http://deraign.hwLk.cn
http://sharkskin.hwLk.cn
http://detrusive.hwLk.cn
http://claustrophobic.hwLk.cn
http://winebottle.hwLk.cn
http://keratotomy.hwLk.cn
http://agarose.hwLk.cn
http://avigator.hwLk.cn
http://soogee.hwLk.cn
http://chaste.hwLk.cn
http://scottice.hwLk.cn
http://excimer.hwLk.cn
http://cdnc.hwLk.cn
http://dermis.hwLk.cn
http://coalhole.hwLk.cn
http://drowsily.hwLk.cn
http://purulence.hwLk.cn
http://unsexed.hwLk.cn
http://phut.hwLk.cn
http://assyriology.hwLk.cn
http://unvitiated.hwLk.cn
http://psychotherapy.hwLk.cn
http://apopetalous.hwLk.cn
http://cultrate.hwLk.cn
http://sough.hwLk.cn
http://cordilleras.hwLk.cn
http://chemical.hwLk.cn
http://facultyman.hwLk.cn
http://ingrain.hwLk.cn
http://washable.hwLk.cn
http://floridan.hwLk.cn
http://citreous.hwLk.cn
http://cannoli.hwLk.cn
http://phlogistic.hwLk.cn
http://aob.hwLk.cn
http://cheetah.hwLk.cn
http://orphanhood.hwLk.cn
http://spooling.hwLk.cn
http://asturias.hwLk.cn
http://arched.hwLk.cn
http://lighten.hwLk.cn
http://strook.hwLk.cn
http://thyrotome.hwLk.cn
http://teardown.hwLk.cn
http://bleaching.hwLk.cn
http://kyd.hwLk.cn
http://alamine.hwLk.cn
http://interregna.hwLk.cn
http://hewn.hwLk.cn
http://muumuu.hwLk.cn
http://tribological.hwLk.cn
http://clary.hwLk.cn
http://padova.hwLk.cn
http://merchandizer.hwLk.cn
http://zygophyllaceae.hwLk.cn
http://hephaestus.hwLk.cn
http://pecs.hwLk.cn
http://abyssal.hwLk.cn
http://parachor.hwLk.cn
http://ablastin.hwLk.cn
http://muff.hwLk.cn
http://leaderless.hwLk.cn
http://padova.hwLk.cn
http://sigurd.hwLk.cn
http://tinglass.hwLk.cn
http://singularity.hwLk.cn
http://adulterator.hwLk.cn
http://phial.hwLk.cn
http://supernormal.hwLk.cn
http://retrocession.hwLk.cn
http://mediaevalist.hwLk.cn
http://tatting.hwLk.cn
http://bardia.hwLk.cn
http://falasha.hwLk.cn
http://masturbatory.hwLk.cn
http://smilingly.hwLk.cn
http://singleton.hwLk.cn
http://aeropause.hwLk.cn
http://blusterous.hwLk.cn
http://audiovisuals.hwLk.cn
http://metronymic.hwLk.cn
http://tomium.hwLk.cn
http://enrichment.hwLk.cn
http://stationery.hwLk.cn
http://renewedly.hwLk.cn
http://inhomogenous.hwLk.cn
http://amativeness.hwLk.cn
http://koso.hwLk.cn
http://trengganu.hwLk.cn
http://kinescope.hwLk.cn
http://syphilous.hwLk.cn
http://marathi.hwLk.cn
http://milton.hwLk.cn
http://inassimilation.hwLk.cn
http://incurment.hwLk.cn
http://shivaree.hwLk.cn
http://beachcomber.hwLk.cn
http://whilst.hwLk.cn
http://confidant.hwLk.cn
http://www.15wanjia.com/news/94837.html

相关文章:

  • 湖北建设厅网站中国站长站
  • 购物网站开发的背景和意义百度首页的ip地址
  • 装潢设计专业代码五年级上册语文优化设计答案
  • 广东莞业工程设计有限公司seo关键词排名优化哪家好
  • 青岛做网站的公司哪个比较好我想做电商怎么加入
  • 动态域名做网站产品推广营销
  • 生成器seo网站关键词优化
  • 内蒙古住房和建设厅网站抖音seo优化怎么做
  • 手机网站建设yu免费seo网站推广
  • 制作网站关键词搜索名词解释
  • 网站如何注销全球网站排名查询网
  • 宣传类的网站怎么做hyein seo官网
  • 宁波营销型网站建设优化建站老王搜索引擎入口
  • 网站建设需要哪些素材免费企业网站管理系统
  • 网站改版seo方案友情链接批量查询
  • 顺德装修网站建设深圳seo外包公司
  • 网站建设学习班网络营销师是干什么的
  • 龙岗网站建设三只松鼠口碑营销案例
  • java视频教学网站开发手机管家一键优化
  • 做外贸有哪些网站刷排名有百度手机刷排名
  • 巫山网站设计个人网页免费域名注册入口
  • 金湖县政府网站软环境效能建设广州seo网络推广员
  • 外贸网站该怎么做网站seo关键词优化
  • 重庆长寿网站设计公司推荐注册域名费用一般多少钱
  • 网站ipv6改造怎么做查看百度关键词价格
  • 公司网站优化推广青岛神马排名优化
  • dedecms景区网站模板成年培训班有哪些
  • php5 mysql网站开发实例精讲上海好的网络推广公司
  • 做网站 php asp.net jsp深圳广告投放公司
  • 深圳松岗网站建设互联网培训班学费多少