tonyleecn

Results 3 comments of tonyleecn

var app = express(); // set up handlebars view engine var handlebars = require('express3-handlebars').create({ defaultLayout:'main', helpers: { section: function(name, options){ if(!this._sections) this._sections = {}; this._sections[name] = options.fn(this); return null; }...

用明文方式就是正常的 版本 "dependencies": { "express": "^4.14.0", "express3-handlebars": "^0.5.2", "wechat": "^2.0.3", "wechat-api": "^1.28.0", "weui": "^0.4.3" } 用了nginx跳转 server { listen 80; server_name weixin.********.com; root /home/webroot; ``` #charset koi8-r; #access_log /var/log/nginx/log/host.access.log main;...

只要修改为明文的就可以正常使用,参数没有问题 不知道是不是测试账号的问题?