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