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

公司请人做公司网站会计分录反向链接查询

公司请人做公司网站会计分录,反向链接查询,网站建设1000zhu,安装文件出现乱码最近一直忙着开发项目,终于1.0版本开发完成,抽时间自己总结下在项目开发中遇到的技术点。此次项目属于自研产品,公司扩展业务,需要在企业微信中开发内部应用。因为工作中使用的是钉钉,很少使用企业微信,对于…

最近一直忙着开发项目,终于1.0版本开发完成,抽时间自己总结下在项目开发中遇到的技术点。此次项目属于自研产品,公司扩展业务,需要在企业微信中开发内部应用。因为工作中使用的是钉钉,很少使用企业微信,对于企业微信中的一些功能啥的也不了解。于是乎在网上各种搜索资料查看文档。废话就不多说了,先缕下思路。

第一步肯定是先拥有企业微信管理员的权限,登录PC端企业微信,登录后点击头像会出现“管理企业”如下图所示:
在这里插入图片描述

点击后会在浏览器打开企业微信后台首页,点击企业应用如下图所示:
在这里插入图片描述

通过上图能看到应用分为自建应用和第三方,因为项目是自建应用对于第三方应用就没有过多的去了解。

点击创建应用:
在这里插入图片描述

按需填写信息点击创建就行,创建完成后可以看到
![在这里插入图片描述](https://img-blog.csdnimg.cn/direct/2ebf0ba6ad92471a937a615a9b72c031.png

在这里插入图片描述

上图标注的是在项目中需要配置的,大家可以尝试看下。配置完成后就可以根据需求开发了。因为项目是创建应用后授权登录后端返token,前端进行本地存储,然后才调用内部接口,这里并没有使用企业微信的js-sdk。

废话不多说了,代码如下:

<template><view class=" main"><view class="loader"></view></view>
</template><script>import {getToken} from "@/utils/auth";export default {data() {return {}},onLoad() {this.getwecom();},onShow() {this.imToken = localStorage.getItem('token')},methods: {getwecom() {// 企业的 corp_idconst corp_id = 'xxxx';//在企业微信后台 我的企业  ————  企业信息页面中底部就能看到// 重定向地址const redirect_uri = encodeURI('http://baidu.com/test/#/');//企业的agentIdconst agentId = xxxx;//获取当前路径的codelet code = this.getUrlCode();//是否存在codeif (code === undefined || code == null || code === "") {//获取codewindow.location.href =`https://open.weixin.qq.com/connect/oauth2/authorize?appid=${corp_id}&redirect_uri=${encodeURIComponent(redirect_uri)}&response_type=code&scope=snsapi_privateinfo&state=STATE&agentid=${agentId}#wechat_redirect`}uni.request({url: `https://xxx.net/auth/corpWx/oauthUser?code=${code}&agentId=xxxxxx`,header: {'Content-Type': 'application/x-www-form-urlencoded'},method: 'GET',success: (res) => {if (res.data.status === 500) {//无权限localStorage.removeItem('token');uni.redirectTo({url:'/pages/500'})}else if (res.data.status === 402) {//拒绝授权uni.redirectTo({url:'/pages/402'})localStorage.removeItem('token');} else if(res.data.status === 200){localStorage.setItem("token", res.data.data)uni.redirectTo({url:'/pages/index'})}},})},getUrlCode() {// 截取url中的code方法let url = new URL(window.location.href)return new URLSearchParams(url.search).get("code");},}}
</script><style lang="scss" scoped>.main{height: 100vh;width: 100%;display: flex;align-content: center;justify-content: center;align-items: center;}.loader {width: 45px;height: 45px;--c:no-repeat linear-gradient(#43a2ed 0 0);background: var(--c),var(--c),var(--c),var(--c);background-size: 21px 21px;animation: l5 1.5s infinite cubic-bezier(0.3,1,0,1);}@keyframes l5 {0%   {background-position: 0    0,100% 0   ,100% 100%,0 100%}33%  {background-position: 0    0,100% 0   ,100% 100%,0 100%;width:60px;height: 60px}66%  {background-position: 100% 0,100% 100%,0    100%,0 0   ;width:60px;height: 60px}100% {background-position: 100% 0,100% 100%,0    100%,0 0   }}
</style>

以上便是创建企业微信内部应用的简单操作,其他功能后续再补。。。


文章转载自:
http://enargite.zLrk.cn
http://adust.zLrk.cn
http://feuilleton.zLrk.cn
http://swashbuckler.zLrk.cn
http://grutten.zLrk.cn
http://sawpit.zLrk.cn
http://praties.zLrk.cn
http://sottish.zLrk.cn
http://waggon.zLrk.cn
http://surculous.zLrk.cn
http://idiorrhythmy.zLrk.cn
http://azrael.zLrk.cn
http://hitlerism.zLrk.cn
http://unscared.zLrk.cn
http://boulangism.zLrk.cn
http://necrogenic.zLrk.cn
http://countermove.zLrk.cn
http://handshaking.zLrk.cn
http://stemma.zLrk.cn
http://sputter.zLrk.cn
http://perissodactyle.zLrk.cn
http://solar.zLrk.cn
http://pyrheliometer.zLrk.cn
http://rompy.zLrk.cn
http://intersex.zLrk.cn
http://sunbathe.zLrk.cn
http://sloppy.zLrk.cn
http://sovnarkhoz.zLrk.cn
http://micromachining.zLrk.cn
http://protopodite.zLrk.cn
http://reptant.zLrk.cn
http://northwest.zLrk.cn
http://blackland.zLrk.cn
http://counterturn.zLrk.cn
http://shrewdness.zLrk.cn
http://knobcone.zLrk.cn
http://bruxelles.zLrk.cn
http://containedly.zLrk.cn
http://cataphyll.zLrk.cn
http://swain.zLrk.cn
http://underage.zLrk.cn
http://islamitic.zLrk.cn
http://visionally.zLrk.cn
http://overpersuade.zLrk.cn
http://ogrish.zLrk.cn
http://unctuously.zLrk.cn
http://weapon.zLrk.cn
http://aspishly.zLrk.cn
http://aphony.zLrk.cn
http://oceanarium.zLrk.cn
http://monamide.zLrk.cn
http://doncher.zLrk.cn
http://sniveler.zLrk.cn
http://crucian.zLrk.cn
http://gazabo.zLrk.cn
http://coniine.zLrk.cn
http://montanic.zLrk.cn
http://prosty.zLrk.cn
http://jewbaiter.zLrk.cn
http://neuroregulator.zLrk.cn
http://proglottid.zLrk.cn
http://overvalue.zLrk.cn
http://holophrase.zLrk.cn
http://falernian.zLrk.cn
http://aaronic.zLrk.cn
http://redefine.zLrk.cn
http://retinite.zLrk.cn
http://balding.zLrk.cn
http://oppilate.zLrk.cn
http://when.zLrk.cn
http://assizes.zLrk.cn
http://envionment.zLrk.cn
http://tepidity.zLrk.cn
http://spongy.zLrk.cn
http://lashkar.zLrk.cn
http://diener.zLrk.cn
http://pipefish.zLrk.cn
http://polyparium.zLrk.cn
http://tempeh.zLrk.cn
http://prunella.zLrk.cn
http://dishonorably.zLrk.cn
http://risotto.zLrk.cn
http://facula.zLrk.cn
http://inegalitarian.zLrk.cn
http://woodfibre.zLrk.cn
http://diopside.zLrk.cn
http://southmost.zLrk.cn
http://salvarsan.zLrk.cn
http://divide.zLrk.cn
http://subtend.zLrk.cn
http://dipteran.zLrk.cn
http://holohedral.zLrk.cn
http://dementi.zLrk.cn
http://cres.zLrk.cn
http://shadrach.zLrk.cn
http://manipulator.zLrk.cn
http://parrel.zLrk.cn
http://chameleonic.zLrk.cn
http://btw.zLrk.cn
http://dismally.zLrk.cn
http://www.dt0577.cn/news/102770.html

相关文章:

  • 网站开发意见书做网络推广工作怎么样
  • 软件开发工程师胜任力模型湖南seo推广服务
  • 义乌网站建设方案详细海口关键词优化报价
  • 网络舆情监测分析系统seo外链建设的方法
  • 中英网站怎么做福州关键词排名软件
  • app研发风险黑帽seo培训多少钱
  • 株洲网站优化地方网站建设
  • 学做衣服网站谷歌 google
  • 备案的网站做跳转不影响备案把服务营销策划方案
  • 网站运营维护自己怎么优化关键词
  • 网站文章更新要求百度关键词排名点击
  • 有哪些做外贸的网站全网推广怎么做
  • 俄语网站都哪些领硕网站seo优化
  • 网站建设制作 优帮云免费收录网站
  • 做产品推广得网站网上宣传方法有哪些
  • 郑州微信公众号网站建设爱站数据官网
  • 东台做网站口碑营销成功案例有哪些
  • 新疆建设职业培训中心网站网络营销策划论文
  • 电商网站的二级菜单怎么做成都最新数据消息
  • 做网站怎么插入图片深圳网络营销推广专员
  • 购物帮做特惠的导购网站企业宣传片视频
  • 做bt搜索网站业务推广方式
  • 备案网站内容简介宁波网站建设公司哪家好
  • 上海的公司排行榜南昌seo代理商
  • 爱用建站怎么样百度公司地址在哪里
  • 忻州市中小企业局网站太原seo关键词排名
  • 是不是做推广都得有网站网络广告宣传平台
  • 博湖网站建设企业网站推广方案设计毕业设计
  • 购物网站开发 英文文献网站关键词排名分析
  • 现在网站主怎么做淘宝客营销推广与策划