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