代码拉取完成,页面将自动刷新
'use strict';
module.exports = app => {
app.beforeStart(async () => {
await app.runSchedule('access_token');
const menu = {
button: [
{
name: '组一',
sub_button: [
{
type: 'click',
name: 'click',
key: 'click',
},
{
type: 'view',
name: 'view',
url: 'http://chrish.free.ngrok.cc',
},
],
},
{
name: '组二',
sub_button: [
{
type: 'scancode_waitmsg',
name: '扫码带提示',
key: 'scancode_waitmsg',
},
{
type: 'scancode_push',
name: '扫码推事件',
key: 'scancode_push',
},
{
type: 'pic_sysphoto',
name: '系统拍照发图',
key: 'pic_sysphoto',
},
{
type: 'pic_photo_or_album',
name: '拍照或者相册发图',
key: 'pic_photo_or_album',
},
{
type: 'pic_weixin',
name: '微信相册发图',
key: 'pic_weixin',
},
],
},
{
type: 'location_select',
name: '发送位置',
key: 'location_select',
},
],
};
// console.log(app.access_token, '---->');
const config = app.config.wechat_config;
const url = config.postCreateMenuUrl.replace('ACCESS_TOKEN', app.access_token);
const res = await app.curl(url, {
method: 'POST',
contentType: 'json',
data: menu,
dataType: 'json',
});
console.log(res);
});
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。