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