app/api/wechat.js @@ -34,3 +34,11 @@ data: data }) } // 获取微信配置(包括订阅消息模板ID等) export function getWechatConfig() { return request({ url: '/wechat/config', method: 'get' }) }