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