wechat-enterprise icon indicating copy to clipboard operation
wechat-enterprise copied to clipboard

微信公众平台企业号版本

Results 7 wechat-enterprise issues
Sort by recently updated
recently updated
newest added

微信企业号的某个agent在access_token 过期之后,就没调用setToken方法。 access_token 是存在redis 里的, 设置的两小时过期。 下面是错误log。 - log ``` [2018-01-10 10:55:23]10.0.1.94 content: [2018-01-10 10:55:23.577] [INFO] app - begin e93f55ba-9a6c-4738-a668-8bc7a475534d POST /message/send ::ffff:10.0.1.93 body: {"to":{"touser":"3"},"agentid":"agentid","message":{"msgtype":"text","text":{"content":"xxx"},"safe":"0"}} [2018-01-10 10:55:23]10.0.1.94content: [2018-01-10 10:55:23.580] [INFO]...

封装了一个co发送一条模板消息的方法,然后co 调用并发,但是却不能接受到所有的模板消息,微信用户接受模板消息有限制吗? 1:封装方法 ```js function* cosendfc(prepareid){ let API = require('wechat-api'); let api = new API(defaultAppid, defaultsecrut, function (callback) { // 传入一个获取全局token的方法 client.hget(hash_currTickets,defaultAppid, function(err, ret){ if(err){ return callback('[90]hget error. err=' +...

modejs 并发发送模板消息,发现接受到了30条模板消息,但是记录的mesgid却有重复的

1:封装的发送模板消息的方法 采用request.post 发送模板消息 request.post(url,{ json: { touser:openid,template_id:templateId,url:url,data:data } },function (error, response, body){}); function sendmessage (prepareid,sendsuccess,sendfail,callback){ async.waterfall([ //start function(callback){ client.hget(store_prepare,prepareid,function(err,res){ if(err || res==null){ return callback('[135]获取list状态失败'); } // console.log(res); return callback(null,res); });...

ticket: 'kgt8ON7yVITDhtdwci0qeS9V0piZrVpzp2WAiIVVZ9tn15-IbBwGja1V3YjrAuCo0ik-PeO7UPJjWN1fVC2Q2Q', url: http://qy.wql2015.cn:8889/kqqd/qd { debug: undefined, appId: 'wx246c9cba234c2e15', timestamp: '1496644307', nonceStr: 'oc3w34onfz74bm6', signature: '349b0e534ca1cdd9e34c393e47aaeb7a4875a372', jsApiList: [ 'onMenuShareTimeline', 'onMenuShareAppMessage', 'getLocation' ] } 这个在android正常,但ios上报::invalid signature。