index.js 286 B

123456789101112131415
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. /** *
  3. * 微信菜单修改 b
  4. */
  5. export const updateMenu = data => {
  6. return https.post('/wx-menu/update', data)
  7. }
  8. /** *
  9. * 微信菜单详情 b
  10. */
  11. export const getMenu = data => {
  12. return https.post('/wx-menu/tree', data)
  13. }