2020
09-30
09-30
Vue微信公众号网页分享的示例代码
前言今天做了个分享功能,反正挺诡异的,下面就来说一说步骤后端使用egg.js,代码如下:'usestrict';constSubscription=require('egg').Subscription;classAccessTokenextendsSubscription{staticgetschedule(){return{interval:'2h',//2小时获取一次type:'all',};}asyncsubscribe(){constconfig=this.ctx.app.config.wechat_config;consturl='https://api.weixin.qq.com/cgi-bin/token?...
继续阅读 >