product.js 527 B

1234567891011121314151617181920212223242526272829303132
  1. import {
  2. myRequest
  3. } from './request.js'
  4. const pre = ""
  5. const apiType = "php"
  6. /**
  7. * 获取供应链tab
  8. */
  9. export function getSupplyChainTab(data) {
  10. return myRequest({
  11. url: `${pre}mer/store/product/gong_lst_filter`,
  12. method: 'GET',
  13. data,
  14. apiType
  15. })
  16. }
  17. /**
  18. * 获取供应链tab
  19. */
  20. export function getSupplyChainTab(data) {
  21. return myRequest({
  22. url: `${pre}mer/store/product/gong_lst_filter`,
  23. method: 'GET',
  24. data,
  25. apiType
  26. })
  27. }