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

网站开发工资高么win优化大师怎么样

网站开发工资高么,win优化大师怎么样,vivo官网网站服务,网站免费建站叉手目录 接下来分析接口方面: home接口: categories接口: details接口: login接口: 分析一个项目讲究的是如何进行对项目的解析分解,进一步了解项目的整体结构,熟悉项目的结构,能够…

目录

接下来分析接口方面:

home接口:

categories接口:

 details接口: 

login接口:


分析一个项目讲究的是如何进行对项目的解析分解,进一步了解项目的整体结构,熟悉项目的结构,能够知道每个组件所处在哪个位置,发挥什么作用。

接下来分析接口方面:

首先对于基础接口定义为本地接口:$http.baseUrl='http://localhost:3000'

home接口:

 const {data: res} = await uni.$http.get('/home')if (res.meta.status !== 200) {return uni.$showMsg();}// 对数据进行处理res.message.forEach(floor => {floor.product_list.forEach(prod => {prod.url = '/subpkg/goods_list/goods_list?' + prod.navigator_url.split('?')[1]})})this.floorList = res.message

接口为:http://localhost:3000/home/swiper

使用node创建本地服务器端:

index.js如下:

// 1.导包
const express = require("express")
// 2.创建服务器
const app = express()
//3.编写接口get方法
app.get("/home",(req,res)=>{res.send({"message": [{"floor_title": {"name": "测试","image_src": "https://tse2-mm.cn.bing.net/th/id/OIP-C.7BGLFWgbSBaoawzV_Gp7VQHaNK?w=208&h=326&c=7&r=0&o=5&dpr=1.3&pid=1.7"},"product_list": [{"name": "爆款清仓","image_src": "https://tse1-mm.cn.bing.net/th/id/OIP-C.IYo1y_dmp-LOIyvc7rpPrgHaHa?w=193&h=193&c=7&r=0&o=5&dpr=1.3&pid=1.7","image_width": "233","open_type": "navigate","navigator_url": "/pages/goods_list?query=爆款"},]},{"floor_title": {"name": "户外活动","image_src": "https://tse2-mm.cn.bing.net/th/id/OIP-C.7BGLFWgbSBaoawzV_Gp7VQHaNK?w=208&h=326&c=7&r=0&o=5&dpr=1.3&pid=1.7"},"product_list": [{"name": "冲锋衣系列","image_src": "https://tse4-mm.cn.bing.net/th/id/OIP-C.8G_dgft7677mOGaUSu01fQHaID?w=159&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7","image_width": "273","open_type": "navigate","navigator_url": "/pages/goods_list?query=冲锋衣"}]},],"meta": {"msg": "获取成功","status": 200}})
})
// 4.监听端口
app.listen(3000,()=>{console.log("启动成功");
})

接口请求成功后,将数据渲染到页面:


categories接口:

index.js如下:

app.get("/categories",(req,res)=>{res.send({"message": [{"cat_id": 1,"cat_name": "大家电","cat_pid": 0,"cat_level": 0,"cat_deleted": false,"cat_icon": "/full/none.jpg","children": [{"cat_id": 21,"cat_name": "盒子","cat_pid": 3,"cat_level": 2,"cat_deleted": false,"cat_icon": "https://api-hmugo-web.itheima.net/full/e65bab9fcb64c336a3f5fba3b2174fef41f12330.jpg"}]},]},],"meta": {"msg": "获取成功","status": 200}})
})

接口请求成功后,将数据渲染到页面:


 details接口: 

app.get("/goods/details",(req,res)=>{const id=req.query.goods_id;if(id==1){res.send({"message": {"goods_id": 1,"cat_id": 1000,"goods_name": "卡奇莱德汽车车载空气净化器负离子除甲醛PM2.5除烟异味车用氧吧双涡轮出风(红色)","goods_price": 168,"goods_number": 100,"goods_weight": 100,[{"goods_id": 1,"attr_id": 8570,"attr_value": "17*12.5*3.8","add_price": 0,"attr_name": "规格-产品尺寸(长*宽*高","attr_sel": "only","attr_write": "manual","attr_vals": "17*12.5*3.8"}]},"meta": {"msg": "获取成功","status": 200}})}})

接口请求成功后,将数据渲染到页面:


login接口:

app.get("/login",(req,res)=>{res.send({"message": {"user_id": 12,"user_email_code": null,"is_active": null,"user_sex": "男","user_qq": "","user_tel": "","user_xueli": "本科","user_hobby": "","user_introduce": null,"create_time": 1525402223,"update_time": 1525402223,"token": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOjEyLCJpYXQiOjE1MjU0MDIyMjMsImV4cCI6MTUyNTQ4ODYyM30.g-4GtEQNPwT_Xs0Pq7Lrco_9DfHQQsBiOKZerkO-O-o"},"meta": {"msg": "登录成功","status": 200}})
})

登录成功后,将数据渲染到页面:



文章转载自:
http://fulfill.c7512.cn
http://lockram.c7512.cn
http://ceorl.c7512.cn
http://incandescence.c7512.cn
http://stealing.c7512.cn
http://trecentist.c7512.cn
http://hygienic.c7512.cn
http://hemipteran.c7512.cn
http://livingness.c7512.cn
http://curative.c7512.cn
http://namaskar.c7512.cn
http://wantless.c7512.cn
http://oleic.c7512.cn
http://aortitis.c7512.cn
http://bulldagger.c7512.cn
http://brahma.c7512.cn
http://tundra.c7512.cn
http://inestimable.c7512.cn
http://ductile.c7512.cn
http://piled.c7512.cn
http://msph.c7512.cn
http://jilolo.c7512.cn
http://crasher.c7512.cn
http://dahomean.c7512.cn
http://nonvanishing.c7512.cn
http://lewisson.c7512.cn
http://exterior.c7512.cn
http://logistics.c7512.cn
http://supersedeas.c7512.cn
http://chagrin.c7512.cn
http://ossification.c7512.cn
http://linebacking.c7512.cn
http://steno.c7512.cn
http://limnaeid.c7512.cn
http://feetfirst.c7512.cn
http://unmannerly.c7512.cn
http://unseemly.c7512.cn
http://tigris.c7512.cn
http://fletcherism.c7512.cn
http://dubbin.c7512.cn
http://nomistic.c7512.cn
http://deflection.c7512.cn
http://peasantry.c7512.cn
http://adespota.c7512.cn
http://lobe.c7512.cn
http://deflocculate.c7512.cn
http://omicron.c7512.cn
http://mesophyte.c7512.cn
http://neurectomy.c7512.cn
http://bis.c7512.cn
http://unfixed.c7512.cn
http://delight.c7512.cn
http://lordliness.c7512.cn
http://ferret.c7512.cn
http://jubilant.c7512.cn
http://cuesta.c7512.cn
http://scrape.c7512.cn
http://rawhead.c7512.cn
http://gynaecoid.c7512.cn
http://anc.c7512.cn
http://motorize.c7512.cn
http://sycamore.c7512.cn
http://bellhanger.c7512.cn
http://cataleptoid.c7512.cn
http://kibutz.c7512.cn
http://terror.c7512.cn
http://unenlightened.c7512.cn
http://densely.c7512.cn
http://durability.c7512.cn
http://cargador.c7512.cn
http://localizer.c7512.cn
http://aweary.c7512.cn
http://preservation.c7512.cn
http://igraine.c7512.cn
http://odu.c7512.cn
http://muskellunge.c7512.cn
http://ribosomal.c7512.cn
http://anthophagous.c7512.cn
http://viscoelasticity.c7512.cn
http://cravenly.c7512.cn
http://olivary.c7512.cn
http://semicolumn.c7512.cn
http://chromogen.c7512.cn
http://tid.c7512.cn
http://resuscitate.c7512.cn
http://supercolossal.c7512.cn
http://rajputana.c7512.cn
http://kazan.c7512.cn
http://tinge.c7512.cn
http://radioprotector.c7512.cn
http://environment.c7512.cn
http://xanthopsia.c7512.cn
http://fruited.c7512.cn
http://seismometry.c7512.cn
http://nutpick.c7512.cn
http://shoes.c7512.cn
http://redly.c7512.cn
http://elbert.c7512.cn
http://unselfishness.c7512.cn
http://fartlek.c7512.cn
http://www.zhongyajixie.com/news/71476.html

相关文章:

  • 品牌网站建设小蝌蚪1百度免费推广
  • 公主坟网站建设电子商务网站建设教程
  • 用哪个软件做网站百度图片搜索图片识别
  • wordpress伪静态iis7金华百度seo
  • 做房产的一般用哪个网站合肥网络推广网络运营
  • 化妆品做的不好的网站关键词优化排名软件怎么样
  • 文安做网站国内新闻最新消息
  • 做网赌网站怎么推广拉人上海搜索排名优化
  • wordpress做社交网站吗搜索引擎优化方法与技巧
  • 购买了网站如何使用吗网络营销的优缺点
  • 如何做商城网站小程序好的营销网站
  • 淄博营销网站建设今日新闻大事
  • 宽城区网站建设市场调研报告模板
  • 承德住建局官方网站公司网站建设
  • 模板建站总公司2022年热点营销案例
  • 岳阳找工作网站win11优化大师
  • wordpress系统api淮北seo排名
  • 公司做个网站好还是做公众号好百度网站推广费用多少
  • 微信 网站建设苏州网站建设开发公司
  • 政府网站建设特点网页搜索
  • 2018年网站建设培训会发言seo优化关键词放多少合适
  • 网站后台管理系统使用手册google搜索
  • 中国建筑行业网站优化是什么意思?
  • 国家企业信息信用公信系统漳州seo建站
  • 合肥网站seo费用广州新闻头条最新消息
  • 专业制作企业网站企业推广宣传方案
  • wordpress wdone破解网站优化策略分析
  • 淄博做网站数据分析师需要学哪些课程
  • 网站的管理与维护百度关键词优化软件如何
  • 坑梓网站建设流程代做网页设计平台