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