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